Skip to content

Commit

Permalink
feat(docker-image): update golang docker tag to v1.23
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | golang  | 1.22 | 1.23 |
  • Loading branch information
angelnu-bot[bot] authored Sep 6, 2024
1 parent 790a8f8 commit f718f85
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.22@sha256:367bb5295d3103981a86a572651d8297d6973f2ec8b62f716b007860e22cbc25 AS build
FROM golang:1.23@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e AS build

WORKDIR /workspace
ENV GO111MODULE=on
Expand Down

0 comments on commit f718f85

Please sign in to comment.