Skip to content

Commit

Permalink
Merge pull request #1412 from manics/docker-alpine
Browse files Browse the repository at this point in the history
Bump alpine docker to 3.21
  • Loading branch information
minrk authored Feb 13, 2025
2 parents 8ff109f + 7793358 commit 6d50085
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,5 +1,5 @@
# syntax = docker/dockerfile:1.3
ARG ALPINE_VERSION=3.19
ARG ALPINE_VERSION=3.21
FROM alpine:${ALPINE_VERSION}

RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base
Expand Down

0 comments on commit 6d50085

Please sign in to comment.