diff --git a/Dockerfile b/Dockerfile index ae3359e..15a5274 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # Specify the version of Go to use -FROM golang:1.21@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84029fe909 as builder +FROM golang:1.21@sha256:7f719b1d6b1332f60b09da54d8263fcafeb28a59eaa95a50aebea92e7ba4f218 as builder RUN apt-get update && apt-get install -y xz-utils && rm -rf /var/lib/apt/lists/*