Use older image and fix deploy pipeline.

This commit is contained in:
2023-07-31 13:27:54 +12:00
parent 5f961c203f
commit 7b54e9eaec
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:bionic-20190612
COPY --from=builder /guestbook/guestbook /app/guestbook