Browse Source

[deps]: Update dockerfile minor

pull/416/head
renovate[bot] 2 months ago committed by GitHub
parent
commit
51483b1326
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      docker-unified/Dockerfile

4
docker-unified/Dockerfile

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
# syntax = docker/dockerfile:1.18
# syntax = docker/dockerfile:1.19
###############################################
# Build stage #
###############################################
FROM --platform=$BUILDPLATFORM alpine:3.21 AS web-setup
FROM --platform=$BUILDPLATFORM alpine:3.22 AS web-setup
ARG WEB_ARTIFACT_PATH
# Add packages

Loading…
Cancel
Save