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 f89155c
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:a36ef96c0e0116c0626e4408e2d0c75829df696598379edc41ecd0f9caaa83bc AS build

WORKDIR /workspace
ENV GO111MODULE=on
Expand Down

0 comments on commit f89155c

Please sign in to comment.