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