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:
commit
c544853cf2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue