Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): update alpine docker tag to v3.21 (#1043)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 99cd1aa commit c96ad70
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,6 +1,6 @@
# Builds a docker image with all the software required to build the website
#
FROM alpine:3.20
FROM alpine:3.21

# Install languages and build tools
RUN apk add --no-cache --update --upgrade \
Expand Down

0 comments on commit c96ad70

Please sign in to comment.