From e06e7bccab9ca6ef158ad764f0235a11f0a26337 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 3 Apr 2024 23:48:29 +0200 Subject: [PATCH] Upgrade development environment to 3.19.1 Upgrade the development environment's base image from 3.18.4 to 3.19.1 - the latest available version. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index bd3f23a..027686d 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ # Check out Docker at: https://www.docker.com/ # Check out Podman at: https://podman.io/ -FROM docker.io/alpine:3.18.4 +FROM docker.io/alpine:3.19.1 RUN apk add --no-cache \ # asdf prerequisites