Skip to content

Commit 7d9441b

Browse files
committed
chore(): fix base image digest in load_test Dockerfile
1 parent aaae7a7 commit 7d9441b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load_test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILDER_IMAGE=elixir
2-
ARG VERSION=1.18-slim
2+
ARG VERSION=1.18-slim@sha256:98bc929fb21d1b8fcf85c9539e88723e78b393cda49d0d1f2890b42c9f46dc5a
33

44
FROM ${BUILDER_IMAGE}:${VERSION} AS builder
55

0 commit comments

Comments
 (0)