Skip to content

Commit c946c9e

Browse files
updated ubuntu
1 parent 9760aa9 commit c946c9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#moving to ubuntu instead of debian to solve high vulnerabilities
2-
FROM ubuntu:noble-20250529
2+
FROM ubuntu:noble-20250619
33

44
RUN apt-get update && \
55
apt-get install -y curl bash openssl git && \
@@ -14,8 +14,7 @@ ARG BUSYBOX_VERSION=1:1.36.1-6ubuntu3.1
1414

1515
RUN apt-get update && \
1616
apt-get install busybox=${BUSYBOX_VERSION} && \
17-
ln -s /bin/busybox /usr/bin/[[ && \
18-
apt-get reinstall -y libpam-modules systemd
17+
ln -s /bin/busybox /usr/bin/[[
1918

2019

2120
COPY ./start.sh /run/start.sh

0 commit comments

Comments
 (0)