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:
+1
-1
@@ -67,7 +67,7 @@ RUN SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN \
|
||||
# copying the bskyweb/ tree from stage 1 is enough for go:embed to find
|
||||
# everything.
|
||||
#
|
||||
FROM golang:1.26-bookworm AS go-build
|
||||
FROM golang:1.27-bookworm AS go-build
|
||||
|
||||
WORKDIR /usr/src/social-app
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user