Skip to content

Commit

Permalink
feat(docker-image): update golang docker tag to v1.22
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | golang  | 1.21 | 1.22 |
  • Loading branch information
angelnu-bot[bot] committed Feb 10, 2024
1 parent bcc33c3 commit 68e323e
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@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 AS build
FROM golang:1.22@sha256:ef61a20960397f4d44b0e729298bf02327ca94f1519239ddc6d91689615b1367 AS build

WORKDIR /workspace
ENV GO111MODULE=on
Expand Down

0 comments on commit 68e323e

Please sign in to comment.