Skip to content

Commit

Permalink
fix: use golang:1.23 when building images
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-github committed Aug 23, 2024
1 parent 2a75614 commit cff844a
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,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder

ARG GIT_COMMIT
ARG GIT_TREE_STATE
Expand Down

0 comments on commit cff844a

Please sign in to comment.