Skip to content

Commit

Permalink
Update dependencies (#29)
Browse files Browse the repository at this point in the history
* Used alpine:3.21.0 for base.
  • Loading branch information
teddybeermaniac committed Dec 10, 2024
1 parent 392f67a commit 4886bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.2 AS base
FROM alpine:3.21.0 AS base

RUN apk add --no-cache \
build-base \
Expand Down

0 comments on commit 4886bfc

Please sign in to comment.