Skip to content

Commit

Permalink
Update Go version to 1.20.4
Browse files Browse the repository at this point in the history
Update Docker golang alpine base image from 1.19.4 to 1.20.4.
  • Loading branch information
djjuhasz committed May 29, 2023
1 parent 679e063 commit 0d7b726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG TARGET=enduro

FROM golang:1.19.4-alpine AS build-go
FROM golang:1.20.4-alpine AS build-go
WORKDIR /src
ENV CGO_ENABLED=0
COPY --link go.* ./
Expand Down

0 comments on commit 0d7b726

Please sign in to comment.