We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7869d78 commit 2ef6c86Copy full SHA for 2ef6c86
Dockerfile
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
16
# Specify the version of Go to use
17
-FROM golang:1.21@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84029fe909 as builder
+FROM golang:1.21@sha256:f8ded547865d1371c40d4bc901e4d61a0d775d8367f0b0d430303459d7af4f77 as builder
18
19
RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*
20
0 commit comments