Skip to content

Commit b47125e

Browse files
authored
Merge pull request #16 from rajsinghtech/renovate/golang-1.x
Update golang Docker tag to v1.25
2 parents 404b893 + 591f671 commit b47125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY frontend/ ./
1212
RUN npm run build
1313

1414
# Backend build stage
15-
FROM golang:1.24-alpine AS backend-build
15+
FROM golang:1.25-alpine AS backend-build
1616

1717
WORKDIR /app/backend
1818

0 commit comments

Comments
 (0)