Skip to content

Commit 599a228

Browse files
committed
Fix docker builds
1 parent bbde4c8 commit 599a228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"image": "mcr.microsoft.com/devcontainers/go:1.24",
2+
"image": "mcr.microsoft.com/devcontainers/go:1.25",
33
"features": {
44
"ghcr.io/devcontainers/features/node:1": {
55
"version": "lts"

build/Dockerfile.standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# ===================================================================================
66
# === Stage 1: Build the services ===================================================
77
# ===================================================================================
8-
FROM golang:1.24-alpine AS go-build
8+
FROM golang:1.25-alpine AS go-build
99

1010
# Note these are ALWAYS passed in, so the values here are never used
1111
ARG VERSION="0.0.0"

0 commit comments

Comments
 (0)