Skip to content

Commit

Permalink
[backend] Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Oct 29, 2024
1 parent 9e8c95f commit 16f7b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_ga
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:21-jdk-slim AS app
FROM openjdk:21-jdk-slim-buster AS app

WORKDIR /opt
RUN apt update && apt install --only-upgrade glibc/libc-bin && apt install -y tini git --no-install-recommends
RUN apt update && apt install -y tini git --no-install-recommends
COPY openbas-build ./

ENTRYPOINT ["/usr/bin/tini", "--"]
Expand Down

0 comments on commit 16f7b32

Please sign in to comment.