Skip to content

Commit cd85326

Browse files
CopilotZozman
andcommitted
Fix Go version downgrade in Dockerfile - restore to 1.24.5
Co-authored-by: Zozman <1192364+Zozman@users.noreply.github.com>
1 parent a830d80 commit cd85326

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
# Setup base
2-
FROM golang:1.23-alpine AS base
2+
FROM golang:1.24.5-alpine AS base
33
WORKDIR /app
44
# Install ca-certificates to fix TLS issues
55
RUN apk add --no-cache ca-certificates

0 commit comments

Comments
 (0)