Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrignon committed Jan 20, 2024
1 parent 0562d7c commit 868722a
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 380 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 as base
FROM docker.io/ubuntu:22.04 as base
WORKDIR /usr/src/app

ENV PYTHONFAULTHANDLER=1 \
Expand Down Expand Up @@ -42,6 +42,6 @@ RUN . .venv/bin/activate \
&& make build


FROM nginx:1.25.3
FROM docker.io/nginx:1.25.3

COPY --from=builder /usr/src/app/dist /usr/share/nginx/html
Loading

0 comments on commit 868722a

Please sign in to comment.