We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.24.1
1 parent a1ef2f5 commit 10f9225Copy full SHA for 10f9225
libs/migrations/Dockerfile
@@ -9,7 +9,7 @@ COPY docker-entrypoint.sh /app/
9
RUN chmod +x /app/docker-entrypoint.sh
10
ENTRYPOINT ["/app/docker-entrypoint.sh"]
11
12
-FROM golang:1.23.0-alpine as builder
+FROM golang:1.24.1-alpine as builder
13
WORKDIR /app
14
COPY libs/config /app/libs/config
15
COPY libs/migrations /app/libs/migrations
0 commit comments