Skip to content

Commit

Permalink
Upgrade the container to avoid security issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Aug 22, 2024
1 parent 0cd7935 commit 3a73957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM docker.io/debian:bookworm
WORKDIR /
COPY --from=rust /usr/src/rollout-dashboard/rollout-dashboard /rollout-dashboard
COPY --from=node /dist /static
RUN apt-get update && apt install -y openssl ca-certificates
RUN apt-get update && apt-get upgrade -y && apt install -y openssl ca-certificates

EXPOSE 4174
ENV FRONTEND_STATIC_DIR=static
Expand Down

0 comments on commit 3a73957

Please sign in to comment.