We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddfc2e commit f2fd7c5Copy full SHA for f2fd7c5
1 file changed
Dockerfile
@@ -15,7 +15,7 @@ COPY jjvercore/*.go jjvercore/
15
16
RUN go build -o jjversion -ldflags "-X main.appVersion=${VERSION}"
17
18
-FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
+FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
19
WORKDIR '/repo'
20
COPY --from=build /app/jjversion /usr/local/bin
21
0 commit comments