Explorar el Código

Update Docker image to Alpine 3.17

Tulir Asokan hace 2 años
padre
commit
69716511dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.16
+FROM docker.io/alpine:3.17
 
 RUN apk add --no-cache \
       python3 py3-pip py3-setuptools py3-wheel \