From 3430ac1b97f395cb4882c01ea101de8fedcb3d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Buri?= Date: Thu, 3 Nov 2022 14:08:35 +0100 Subject: [PATCH] fix: update alpine to use 3.16 from 3.12 update alpine to use 3.16 as 3.12 is not available anymore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c047195..a511f93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.16 RUN apk --no-cache --update add bash git \ && rm -rf /var/cache/apk/*