We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f8f8d commit 811e200Copy full SHA for 811e200
apps/testapp/Dockerfile
@@ -25,7 +25,7 @@ RUN go mod download && make install
25
26
## prep the final image.
27
#
28
-FROM alpine:3.22.2
+FROM base
29
30
COPY --from=builder /go/bin/testapp /usr/bin
31
0 commit comments