Skip to content

Commit

Permalink
bump golang to 1.22.3 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel authored May 24, 2024
1 parent 939a54e commit 65d0f49
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 @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

############# builder #############
FROM golang:1.22.2 AS builder
FROM golang:1.22.3 AS builder

WORKDIR /build

Expand Down

0 comments on commit 65d0f49

Please sign in to comment.