chore(deps): bump the container-images group across 1 directory with 2 updates

Bumps the container-images group with 2 updates in the / directory: node and golang.


Updates `node` from 24-alpine to 26-alpine

Updates `golang` from 1.25-alpine to 1.27-alpine

---
updated-dependencies:
- dependency-name: node
  dependency-version: 26-alpine
  dependency-type: direct:production
  dependency-group: container-images
- dependency-name: golang
  dependency-version: 1.27-alpine
  dependency-type: direct:production
  dependency-group: container-images
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-26 03:50:53 +00:00
committed by GitHub
parent d26dbaf720
commit c51490f3c0
+2 -2
View File
@@ -10,7 +10,7 @@ ARG USE_CHINA_MIRROR=false
# ---- Stage 1: Build frontend ----
FROM node:24-alpine AS web-builder
FROM node:26-alpine AS web-builder
ARG USE_CHINA_MIRROR
# 国内镜像:npm 使用淘宝源
@@ -26,7 +26,7 @@ RUN npm run build
# ---- Stage 2: Build backend ----
FROM golang:1.25-alpine AS server-builder
FROM golang:1.27-alpine AS server-builder
ARG USE_CHINA_MIRROR
ARG VERSION=dev