Skip to content

Commit

Permalink
Revert accidental commit of regression Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg committed Jun 15, 2023
1 parent d46c47d commit 1f3faec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# LADING
#
FROM ghcr.io/datadog/lading:0.15.3 as lading
FROM ghcr.io/datadog/lading@sha256:15d003762f0015e99f2a9772fd8d7ac31165e4af2f645c404499ee48146202c8 as lading

#
# VECTOR BUILDER
#
FROM ghcr.io/vectordotdev/vector/soak-builder@sha256:b598dc1eeb8661e4928238093a979597fd98f80554e5276d8c17cf4781ea3b82 as builder
FROM ghcr.io/vectordotdev/vector/soak-builder@sha256:c51a7091de2caebaa690e17f37dbfed4d4059dcdf5114a5596e8ca9b5ef494f3 as builder
WORKDIR /vector
COPY . .
RUN bash scripts/environment/install-protoc.sh
Expand Down

0 comments on commit 1f3faec

Please sign in to comment.