Skip to content

Commit

Permalink
Merge pull request #68 from devops-infra/dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.18.5 to 3.19.0
  • Loading branch information
ChristophShyper committed Dec 8, 2023
2 parents 69d661d + f2bd205 commit 01e0c3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a clean tiny image to store artifacts in
FROM alpine:3.18.5
FROM alpine:3.19.0

# Labels for http://label-schema.org/rc1/#build-time-labels
# And for https://github.com/opencontainers/image-spec/blob/master/annotations.md
Expand Down Expand Up @@ -49,10 +49,10 @@ RUN set -eux ;\
chmod +x /entrypoint.sh ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2.15 \
git~=2.40.1 \
python3~=3.11.6 \
py3-pip~=23.1.2 ;\
bash~=5.2 \
git~=2.43 \
python3~=3.11 \
py3-pip~=23.3 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*

Expand Down

0 comments on commit 01e0c3b

Please sign in to comment.