Skip to content

Commit

Permalink
chore(deps): update docker.io/golang docker tag to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 8ceb083 commit 73c8c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/KubeArmorOperator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2022 Authors of KubeArmor

FROM docker.io/golang:1.20 as builder
FROM docker.io/golang:1.22 as builder
ARG GOARCH
ARG GOOS

Expand Down

0 comments on commit 73c8c7f

Please sign in to comment.