Skip to content

Commit

Permalink
Merge pull request #37 from gepaplexx/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.22
  • Loading branch information
fhochleitner authored Feb 8, 2024
2 parents 5073e36 + bd08580 commit e55d407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=latest

FROM golang:1.21-alpine as BUILD
FROM golang:1.22-alpine as BUILD
ARG VERSION

RUN apk add --no-cache gcc g++ make
Expand Down

0 comments on commit e55d407

Please sign in to comment.