Skip to content

Commit

Permalink
build with go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bboehmke authored Nov 8, 2023
1 parent ea426ec commit 0e72813
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.20
FROM golang:1.21

COPY . /src/
WORKDIR /src/
Expand All @@ -15,4 +15,4 @@ RUN apk add --no-cache postgresql-client
COPY --from=0 /app /app

VOLUME /backup/
CMD "/app"
CMD "/app"

0 comments on commit 0e72813

Please sign in to comment.