Skip to content

Commit

Permalink
chore(deps,docker): minor 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
renovate[bot] authored Feb 5, 2025
1 parent 787fc33 commit 5ca6ada
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-alpine@sha256:9bdd5692d39acc3f8d0ea6f81327f87ac6b473dd29a2b6006df362bff48dd1f8 as builder
FROM golang:1.23-alpine@sha256:0438b9ac861c0962238542aada548dde83d13feb725e22aa0d77cfc85942aa18 as builder
COPY main.go .
ENV CGO_ENABLED=0
RUN go build -o /app main.go
Expand Down

0 comments on commit 5ca6ada

Please sign in to comment.