0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00

chore(deps): pin plugins/base docker tag (#2)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-01-26 14:40:20 +01:00 committed by GitHub
parent 16ff683c1f
commit 46c1282b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM plugins/base:linux-amd64
FROM plugins/base:linux-amd64@sha256:8def0d87bfb2f739481e36a4ff54e101f77b3e9788d9f158b1b993b720ea58fc
LABEL maintainer="ownCloud DevOps <devops@owncloud.com>"
LABEL org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>"

View File

@ -1,4 +1,4 @@
FROM plugins/base:linux-arm
FROM plugins/base:linux-arm@sha256:19af168b8ca0e77e13d1011712a7d0afc6839769319494bc2871e4e040103beb
LABEL maintainer="ownCloud DevOps <devops@owncloud.com>"
LABEL org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>"

View File

@ -1,4 +1,4 @@
FROM plugins/base:linux-arm64
FROM plugins/base:linux-arm64@sha256:0e8fc7148173c706da89bd3244552cdaee47f6dd7e9e04602873090e9c59ab91
LABEL maintainer="ownCloud DevOps <devops@owncloud.com>"
LABEL org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>"