Skip to content

Commit 21ad4ca

Browse files
committed
Bump linux alpine to 3.17 due to setuptools bug
1 parent 76731c8 commit 21ad4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.3
2-
ARG ALPINE_VERSION=3.16
2+
ARG ALPINE_VERSION=3.17
33
FROM alpine:${ALPINE_VERSION} AS builder
44

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

0 commit comments

Comments
 (0)