Skip to content

Commit

Permalink
feat(container): update image docker.io/golang to v1.23.5
Browse files Browse the repository at this point in the history
| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| docker     | docker.io/golang | 1.20.2 | 1.23.5 |
  • Loading branch information
chii-bot[bot] committed Jan 17, 2025
1 parent b07024d commit 930700f
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.23.5-alpine as build

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

0 comments on commit 930700f

Please sign in to comment.