Skip to content

Commit

Permalink
Merge pull request #4 from d4sw4r/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
d4sw4r authored Jun 27, 2024
2 parents 8c94bec + 786aa88 commit 7fc848e
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 @@ -7,7 +7,7 @@
##

# specify the base image to be used for the application, alpine or ubuntu
FROM golang:1.22.2-alpine3.18 AS build
FROM golang:1.22.3-alpine3.18 AS build

# create a working directory inside the image
WORKDIR /app
Expand Down

0 comments on commit 7fc848e

Please sign in to comment.