Skip to content

Commit c8e740a

Browse files
committed
Bump docker production stage go version.
1 parent 0e80298 commit c8e740a

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
@@ -13,7 +13,7 @@ RUN ./build.sh
1313
CMD ["air"]
1414

1515
# Production
16-
FROM golang:1.24.3-alpine AS production
16+
FROM golang:1.25.5-alpine AS production
1717
WORKDIR /go/src/github.com/tidepool-org/clinic
1818
RUN apk --no-cache update && \
1919
apk --no-cache upgrade && \

0 commit comments

Comments
 (0)