Skip to content

Commit

Permalink
Bump docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
twodarek committed Oct 4, 2023
1 parent cf56e56 commit 844a0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12-stretch as base
FROM golang:1.21-stretch as base

ENV GO111MODULE=on

Expand All @@ -8,7 +8,7 @@ COPY . .
RUN go build


FROM thomaswo/ubuntu-base-image:20220423
FROM thomaswo/ubuntu-base-image:20231004

RUN mkdir -p /public/front-end
COPY --from=base /go/src/twodarek/barcampgr-teams-bot/front-end /public/front-end
Expand Down

0 comments on commit 844a0a8

Please sign in to comment.