Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Mar 11, 2023
1 parent 23fee62 commit 0835f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1 - Build the code.
FROM golang:1.16.7-alpine as builder
FROM golang:1.19.3-alpine as builder

RUN apk --no-cache add --update gcc musl-dev

Expand Down

0 comments on commit 0835f30

Please sign in to comment.