Skip to content

Commit

Permalink
Merge pull request #170 from sir-gon/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.22.3
  • Loading branch information
sir-gon authored May 10, 2024
2 parents 2bd6d3b + 7a2937a commit fd0e2fa
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,5 +1,5 @@
###############################################################################
FROM golang:1.21.10-alpine3.19 AS base
FROM golang:1.22.3-alpine3.19 AS base

ENV CGO_ENABLED 0
RUN apk add --update --no-cache make
Expand Down

0 comments on commit fd0e2fa

Please sign in to comment.