Skip to content

Commit

Permalink
packaging: update base image version (#2539)
Browse files Browse the repository at this point in the history
```
~$ docker pull registry.opensource.zalan.do/library/alpine-3:latest
latest: Pulling from library/alpine-3
Digest: sha256:2213d4d74c39af5313b631cbde2630b4007755b280f0f6b98867f66103b76113
Status: Image is up to date for registry.opensource.zalan.do/library/alpine-3:latest
registry.opensource.zalan.do/library/alpine-3:latest
```

Related to #2536

Signed-off-by: Alexander Yastrebov <[email protected]>
  • Loading branch information
AlexanderYastrebov authored Aug 22, 2023
1 parent 2892501 commit d2ea47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=default
FROM registry.opensource.zalan.do/library/alpine-3:latest@sha256:ac3a6db04df95d849533ced3ce5cb697dc042e53613866e27066cc471ed63070 AS default
FROM registry.opensource.zalan.do/library/alpine-3:latest@sha256:2213d4d74c39af5313b631cbde2630b4007755b280f0f6b98867f66103b76113 AS default
FROM ${BASE_IMAGE}
LABEL maintainer="Team Gateway&Proxy @ Zalando SE <[email protected]>"
RUN apk --no-cache add ca-certificates && update-ca-certificates
Expand Down

0 comments on commit d2ea47f

Please sign in to comment.