Skip to content

Commit

Permalink
Merge pull request #229 from Gottox/chores/alpine-3.20
Browse files Browse the repository at this point in the history
common: update Dockerfile to Alpine 3.20
  • Loading branch information
Gottox authored May 22, 2024
2 parents a935d22 + a0cbd49 commit ba62f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build_utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=alpine
#ARG BASE_IMAGE=i386/alpine
FROM ${BASE_IMAGE}:3.19
FROM ${BASE_IMAGE}:3.20

RUN apk add --no-cache \
gcc \
Expand Down

0 comments on commit ba62f76

Please sign in to comment.