1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Merge pull request #312 from external-secrets/dependabot/docker/alpine-3.14.1

chore(deps): bump alpine from 3.14.0 to 3.14.1
This commit is contained in:
paul-the-alien[bot] 2021-08-23 20:08:37 +00:00 committed by GitHub
commit c544853cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.14.0
FROM alpine:3.14.1
ARG TARGETOS
ARG TARGETARCH
COPY bin/external-secrets-${TARGETOS}-${TARGETARCH} /bin/external-secrets