Skip to content

Commit

Permalink
update: bump alpine in /build in the docker-packages group (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 28, 2024
1 parent 7ed06c4 commit 8ea5ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## BASE
FROM alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as base
FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 as base

COPY .python-version /
RUN apk add --no-cache python3~="$(cat .python-version)"
Expand Down

0 comments on commit 8ea5ba7

Please sign in to comment.