Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan220217 authored Jul 16, 2024
1 parent 3b21c34 commit 239e393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN --mount=type=cache,target=/root/.cache/pip/http-v2 \
FROM golang:1.22.4 AS build-smokescreen

RUN git clone --depth=1 https://github.com/stripe/smokescreen.git
RUN cd smokescreen && git checkout eb1ac09 && go build -o /tmp/smokescreen
RUN cd smokescreen && git checkout master && go build -o /tmp/smokescreen

FROM ${BASE_IMAGE}

Expand Down

0 comments on commit 239e393

Please sign in to comment.