Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Update golang to 1.20.4
  • Loading branch information
sergelogvinov committed May 8, 2023
1 parent f813f30 commit a1e7cd0
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
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1.4
########################################

FROM --platform=${BUILDPLATFORM} golang:1.20.3-alpine3.17 AS builder
FROM --platform=${BUILDPLATFORM} golang:1.20.4-alpine3.17 AS builder
RUN apk update && apk add --no-cache make
ENV GO111MODULE on
WORKDIR /src
Expand Down

0 comments on commit a1e7cd0

Please sign in to comment.