Skip to content

Commit

Permalink
Bump alpine version used in Dockerfile
Browse files Browse the repository at this point in the history
Brings us to latest alpine, and to a newer python
  • Loading branch information
yuvipanda committed Feb 3, 2024
1 parent 3221560 commit 29565fb
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.17
ARG ALPINE_VERSION=3.19
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 29565fb

Please sign in to comment.