From faead85ced46e95fe6c066eb6b535131bce4ae03 Mon Sep 17 00:00:00 2001 From: Thomas Wodarek Date: Sat, 23 Apr 2022 23:49:31 -0400 Subject: [PATCH] Update base image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ed3d3a..4262fb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN go build -FROM thomaswo/ubuntu-base-image:20200525 +FROM thomaswo/ubuntu-base-image:20220423 RUN mkdir -p /public/front-end COPY --from=base /go/src/twodarek/barcampgr-teams-bot/front-end /public/front-end