Skip to content

Update ubuntu Docker tag to oracular-20240918 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:oracular-20240913 AS init
FROM ubuntu:oracular-20240918 AS init

ENV WORKDIR=/app
WORKDIR ${WORKDIR}
Expand Down Expand Up @@ -104,7 +104,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/

CMD ["make", "test"]

FROM ubuntu:oracular-20240913 AS production
FROM ubuntu:oracular-20240918 AS production

ENV LOG_LEVEL=INFO
ENV BRUTEFORCE=false
Expand Down