We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3326013 commit 51b157cCopy full SHA for 51b157c
Dockerfile
@@ -14,7 +14,7 @@ ARG JS_SRC=js-builder
14
15
# Dependabot cannot update dependencies listed in ARGs
16
# By using FROM instructions we can delegate dependency updates to dependabot
17
-FROM alpine:3.21.3 AS alpine-base
+FROM alpine:3.22.1 AS alpine-base
18
FROM ubuntu:22.04 AS ubuntu-base
19
FROM golang:1.24.4-alpine AS go-builder-base
20
FROM --platform=${JS_PLATFORM} node:22-alpine AS js-builder-base
0 commit comments