Skip to content

Commit

Permalink
chore: build images with go v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Sep 18, 2024
1 parent 2bc2bac commit 8f5e728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
WORKDIR /link-checker-service/
# cache dependencies
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion test/jquery_example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
WORKDIR /sample-ui/
# cache dependencies (no go.sum in this project)
COPY go.mod ./
Expand Down

0 comments on commit 8f5e728

Please sign in to comment.