Skip to content

Commit

Permalink
updated docker file go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Jun 16, 2023
1 parent 8982807 commit 83793dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as build
FROM golang:1.20-alpine as build
RUN apk add -u git
WORKDIR /app
COPY . .
Expand Down

0 comments on commit 83793dd

Please sign in to comment.