Skip to content

Commit

Permalink
feat(container): update image docker.io/golang to v1.22.4
Browse files Browse the repository at this point in the history
| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| docker     | docker.io/golang | 1.20.2 | 1.22.4 |
  • Loading branch information
chii-bot[bot] committed Jun 4, 2024
1 parent b07024d commit daa8eea
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 @@ -10,7 +10,7 @@ RUN npm install

RUN npm run build

FROM docker.io/golang:1.20.2-alpine as build
FROM docker.io/golang:1.22.4-alpine as build

ARG TARGETPLATFORM
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
Expand Down

0 comments on commit daa8eea

Please sign in to comment.