Skip to content

Commit e062abd

Browse files
chore(deps): update golang docker tag to v1.26 (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2daa3b4 commit e062abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
1111
COPY . .
1212
RUN bun run build
1313

14-
FROM golang:1.25 AS mod
14+
FROM golang:1.26 AS mod
1515

1616
WORKDIR /app
1717

@@ -20,7 +20,7 @@ RUN --mount=type=bind,source=go.mod,target=go.mod \
2020
--mount=type=cache,target=/go/pkg/mod \
2121
go mod download
2222

23-
FROM golang:1.25 AS backend-builder
23+
FROM golang:1.26 AS backend-builder
2424

2525
ARG VERSION=dev
2626
ARG COMMIT=none

0 commit comments

Comments
 (0)