Skip to content

Commit

Permalink
Update svenstaro/miniserve:alpine Docker digest to 4161d9f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 1d54321 commit 05d6752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dakara-client-web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN npm ci
COPY . .
RUN npm run build

FROM svenstaro/miniserve:alpine@sha256:2ad8149c6c4961d9f3872ed8cb898faa95d9e1f1651008bd9ddc5b3b51dbd50f
FROM svenstaro/miniserve:alpine@sha256:4161d9fcf71e63162015cec31d74ebecacf306ba80510ef1d4431ce3868a622b
WORKDIR /app
COPY --from=builder /src/build .
CMD [ "--spa", "--index", "index.html" ]

0 comments on commit 05d6752

Please sign in to comment.