Skip to content

Commit

Permalink
Merge pull request #198 from sjinks/renovate/wildwildangel-tiny-ssh-h…
Browse files Browse the repository at this point in the history
…oneypot-build-dependencies

chore(deps): update wildwildangel/tiny-ssh-honeypot-build-dependencies docker digest to 8658429
  • Loading branch information
sjinks authored Sep 13, 2023
2 parents 9f605a8 + 579ff88 commit 99e2c57
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
@@ -1,7 +1,7 @@
FROM alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a AS build
RUN apk add --no-cache cmake make musl-dev gcc
WORKDIR /build
COPY --from=wildwildangel/tiny-ssh-honeypot-build-dependencies@sha256:063d01963402ae200add46184aa0dff2e8b6baeb36e11d88324644c11e124cf0 /usr /usr
COPY --from=wildwildangel/tiny-ssh-honeypot-build-dependencies@sha256:865842990a57a343055f673f87e300fdb71d3b28be1e0f3d5b04af4e481d106f /usr /usr
COPY . .
RUN \
cmake -S . -B build \
Expand Down

0 comments on commit 99e2c57

Please sign in to comment.