Bump golang in /

Bumps the docker-base-images/golang group with 1 update: golang.


Updates `golang` from 1.26-bookworm to 1.27-bookworm

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.27-bookworm
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-24 16:09:34 +00:00
committed by GitHub
parent 6009e61ae9
commit 1f60aff245
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26-bookworm AS build-env
FROM golang:1.27-bookworm AS build-env
WORKDIR /usr/src/social-app