Skip to content

Commit 10f9225

Browse files
committed
fix(migrations): upgrade golang version to 1.24.1
1 parent a1ef2f5 commit 10f9225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/migrations/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY docker-entrypoint.sh /app/
99
RUN chmod +x /app/docker-entrypoint.sh
1010
ENTRYPOINT ["/app/docker-entrypoint.sh"]
1111

12-
FROM golang:1.23.0-alpine as builder
12+
FROM golang:1.24.1-alpine as builder
1313
WORKDIR /app
1414
COPY libs/config /app/libs/config
1515
COPY libs/migrations /app/libs/migrations

0 commit comments

Comments
 (0)