docker image: update alpine to 3.16

pull/1212/head
Erik Sundell 2022-11-02 16:42:29 +01:00
rodzic b6098c02f3
commit ff586d0e10
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
ARG ALPINE_VERSION=3.15.0
ARG ALPINE_VERSION=3.16
FROM alpine:${ALPINE_VERSION} AS builder
RUN apk add --no-cache git python3 python3-dev py-pip build-base