kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #1212 from consideRatio/pr/update-to-alpine3.16
docker image: update alpine to 3.16pull/1213/head
commit
ecd7c5d1c0
|
@ -1,5 +1,5 @@
|
||||||
# syntax = docker/dockerfile:1.3
|
# syntax = docker/dockerfile:1.3
|
||||||
ARG ALPINE_VERSION=3.15.0
|
ARG ALPINE_VERSION=3.16
|
||||||
FROM alpine:${ALPINE_VERSION} AS builder
|
FROM alpine:${ALPINE_VERSION} AS builder
|
||||||
|
|
||||||
RUN apk add --no-cache git python3 python3-dev py-pip build-base
|
RUN apk add --no-cache git python3 python3-dev py-pip build-base
|
||||||
|
|
Ładowanie…
Reference in New Issue