Merge pull request #54 from hanzoai/dependabot/docker/alpine-3.23.4
deps(docker): bump alpine from 3.23.3 to 3.23.4
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ ARG JS_SRC=js-builder
|
||||
|
||||
# Dependabot cannot update dependencies listed in ARGs
|
||||
# By using FROM instructions we can delegate dependency updates to dependabot
|
||||
FROM alpine:3.23.3 AS alpine-base
|
||||
FROM alpine:3.23.4 AS alpine-base
|
||||
FROM ubuntu:22.04 AS ubuntu-base
|
||||
FROM golang:1.26.3-alpine AS go-builder-base
|
||||
FROM --platform=${JS_PLATFORM} node:24-alpine AS js-builder-base
|
||||
|
||||
Reference in New Issue
Block a user