Browse Source

[deps]: Update dockerfile minor (#416)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/425/head
renovate[bot] 1 month ago committed by GitHub
parent
commit
d6223864be
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 @@
# syntax = docker/dockerfile:1.18 # syntax = docker/dockerfile:1.19
############################################### ###############################################
# Build stage # # Build stage #
############################################### ###############################################
FROM --platform=$BUILDPLATFORM alpine:3.21 AS web-setup FROM --platform=$BUILDPLATFORM alpine:3.22 AS web-setup
ARG WEB_ARTIFACT_PATH ARG WEB_ARTIFACT_PATH
# Add packages # Add packages

Loading…
Cancel
Save