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 bbde4c8 commit 599a228Copy full SHA for 599a228
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
- "image": "mcr.microsoft.com/devcontainers/go:1.24",
+ "image": "mcr.microsoft.com/devcontainers/go:1.25",
3
"features": {
4
"ghcr.io/devcontainers/features/node:1": {
5
"version": "lts"
build/Dockerfile.standalone
@@ -5,7 +5,7 @@
# ===================================================================================
6
# === Stage 1: Build the services ===================================================
7
8
-FROM golang:1.24-alpine AS go-build
+FROM golang:1.25-alpine AS go-build
9
10
# Note these are ALWAYS passed in, so the values here are never used
11
ARG VERSION="0.0.0"
0 commit comments