From ff586d0e10b989c466d226f2bfed0ae414a180ac Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 2 Nov 2022 16:42:29 +0100 Subject: [PATCH] docker image: update alpine to 3.16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e60edab3..0f7d08ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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