Skip to content

Commit

Permalink
Merge pull request #28 from protoconf/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.22.6
  • Loading branch information
avivl authored Aug 7, 2024
2 parents 7dcce0c + b90e13f commit bf41dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demoapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM golang:1.22.4-alpine as builder
FROM golang:1.22.6-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /go/src/protoconf/demoapp

Expand Down

0 comments on commit bf41dfc

Please sign in to comment.