Use older image and fix deploy pipeline.

This commit is contained in:
2023-07-31 13:42:48 +12:00
parent 5f961c203f
commit fee1203314
3 changed files with 25 additions and 2 deletions

View File

@ -4,7 +4,7 @@ COPY go.mod /guestbook/
COPY go.sum /guestbook/
RUN cd /guestbook && go build
FROM docker.io/ubuntu:jammy-20221130
FROM docker.io/ubuntu:kinetic-20230605
COPY --from=builder /guestbook/guestbook /app/guestbook