1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/tilt.dockerfile
dependabot[bot] f64afc82f2
chore(deps): bump alpine from 51b6726 to c5b1261 (#3087)
Bumps alpine from `51b6726` to `c5b1261`.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 18:32:48 +01:00

5 lines
174 B
Docker

FROM alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
WORKDIR /
COPY ./bin/external-secrets /external-secrets
ENTRYPOINT ["/external-secrets"]