Skip to content

Commit

Permalink
Merge pull request #25 from retailnext/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.21.3
  • Loading branch information
i1snow authored Oct 11, 2023
2 parents 1b6a0c1 + 754d3bd commit d8aa8e5
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,4 +1,4 @@
FROM golang:1.21.2-alpine3.18@sha256:a76f153cff6a59112777c071b0cde1b6e4691ddc7f172be424228da1bfb7bbda as builder
FROM golang:1.21.3-alpine3.18@sha256:926f7f7e1ab8509b4e91d5ec6d5916ebb45155b0c8920291ba9f361d65385806 as builder

# Create and change to the app directory.
WORKDIR /app
Expand Down

0 comments on commit d8aa8e5

Please sign in to comment.