Skip to content

Commit 811e200

Browse files
committed
fix
1 parent 14f8f8d commit 811e200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/testapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN go mod download && make install
2525

2626
## prep the final image.
2727
#
28-
FROM alpine:3.22.2
28+
FROM base
2929

3030
COPY --from=builder /go/bin/testapp /usr/bin
3131

0 commit comments

Comments
 (0)