Upgrade Alpine to 3.19.1

This commit is contained in:
Koen Vlaswinkel
2024-04-30 16:20:19 +02:00
parent a39f4582e3
commit 0e5b460e67

View File

@@ -38,7 +38,7 @@ services:
depends_on: depends_on:
- files-init - files-init
files-init: files-init:
image: alpine:3.19.0 image: alpine:3.19.1
restart: "no" restart: "no"
# Since we're not running the code-server container using the same user as our host user, # Since we're not running the code-server container using the same user as our host user,
# we need to set the permissions on the mounted volumes to match the user inside the container. # we need to set the permissions on the mounted volumes to match the user inside the container.