Skip to content

Commit

Permalink
common: update Dockerfile to Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed May 22, 2024
1 parent a935d22 commit a0cbd49
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 a0cbd49

Please sign in to comment.