Skip to content

Commit

Permalink
Merge pull request #192 from aw3stin1/master
Browse files Browse the repository at this point in the history
Update Dockerfile.build to use golang:1.19-alpine
  • Loading branch information
darcys22 authored Mar 13, 2023
2 parents 470201c + 6ee5067 commit cbbcb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 golang:1.15.5-alpine AS builder
FROM --platform=linux/amd64 golang:1.19-alpine AS builder
# https://megamorf.gitlab.io/2019/09/08/alpine-go-builds-with-cgo-enabled/

RUN apk update
Expand Down

0 comments on commit cbbcb17

Please sign in to comment.