We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869d78 commit 77175f3Copy full SHA for 77175f3
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:8fad91336a48b14cba006a050c3b987b2cccb95242e9f8e764889c4bfe184659 as builder
18
19
RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*
20
0 commit comments