Skip to content

Commit

Permalink
Update docker.io/bitnami/git:latest Docker digest to bb50796
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and P1tt187 committed Nov 8, 2023
1 parent ee45fff commit b98415d
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 @@ -2,7 +2,7 @@ FROM node:20-alpine@sha256:8e015de364a2eb2ed7c52a558e9f716dcb615560ffd132234087c
COPY ./ /Lara
RUN cd /Lara && npm install && npm run prod

FROM docker.io/bitnami/git:latest@sha256:8b7d5df2ce869b200abc8ae34bedf4e9566e652c0d32ac81058ed87d8c2c75ce as gitstage
FROM docker.io/bitnami/git:latest@sha256:bb50796c13f8bb0181230c54eb3fc54b4d1421ef85bba699f144602f06d98edf as gitstage
COPY --from=node /Lara /Lara
RUN cd /Lara && sh git-create-revisioninfo-hook.sh

Expand Down

0 comments on commit b98415d

Please sign in to comment.