Skip to content

Commit

Permalink
feat(container): update image docker.io/golang ( 1.22.5 → 1.23.1 )
Browse files Browse the repository at this point in the history
| datasource | package          | from   | to     |
| ---------- | ---------------- | ------ | ------ |
| docker     | docker.io/golang | 1.22.5 | 1.23.1 |
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent eec79ec commit ce4853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/matchbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION
FROM docker.io/golang:1.22.5 AS build
FROM docker.io/golang:1.23.1 AS build
ARG VERSION

RUN \
Expand Down

0 comments on commit ce4853c

Please sign in to comment.