go version 1.23.3 -> 1.23.4

This commit is contained in:
yusing
2024-12-18 00:40:06 +08:00
parent 276684f076
commit 4ae3d5344c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: Builder
FROM golang:1.23.3-alpine AS builder
FROM golang:1.23.4-alpine AS builder
HEALTHCHECK NONE
# package version does not matter