Skip to content

Commit

Permalink
Dockerfile: update alpine from 3.17 to 3.18, and Python 3.10 to 3.11
Browse files Browse the repository at this point in the history
This seems to resolve jupyterhub/repo2docker-action#113 which seem to stem from an issue in alpine:3.17 that has arisen - maybe it will get fixed over time - but I think this could also do the trick.
  • Loading branch information
consideRatio authored Mar 24, 2024
1 parent a20dd1c commit 9d3e6b7
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.18
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 9d3e6b7

Please sign in to comment.