Skip to content

Commit 212766c

Browse files
committed
build: update Dockerfile Go version from 1.24 to 1.25
1 parent 24584b2 commit 212766c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ghcr.io/taskmedia/paperlessngx-ftp-bridge-image
2-
FROM golang:1.24-alpine AS builder
2+
FROM golang:1.25-alpine AS builder
33
WORKDIR /app
44
COPY go.mod go.sum ./
55
RUN go mod download

0 commit comments

Comments
 (0)