bump go toolchain in Dockerfile

This commit is contained in:
bryan newbold
2025-07-19 17:11:45 +02:00
parent 1741fef383
commit 8098907212
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-bullseye AS build-env
FROM golang:1.24-bullseye AS build-env
WORKDIR /usr/src/social-app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-bullseye AS build-env
FROM golang:1.24-bullseye AS build-env
WORKDIR /usr/src/social-app