Skip to content

Commit 4ba29e4

Browse files
committed
Test package version
1 parent 33f3aba commit 4ba29e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ ENV OPERATOR=/manager \
3636
# Install necessary packages and configure user
3737
RUN if grep -q 'Ubuntu' /etc/os-release; then \
3838
apt-get update && \
39-
apt-get install -y --no-install-recommends passwd=1:4.8.1-1ubuntu5.20.04 && \
39+
apt-get install -y --no-install-recommends passwd=1:4.13+dfsg1-4ubuntu3 && \
4040
useradd -ms /bin/bash nonroot -u 1001 && \
41-
apt-get install -y --no-install-recommends krb5-locales=1.17-6ubuntu4.1 && \
41+
apt-get install -y --no-install-recommends krb5-locales && \
4242
apt-get upgrade -y && \
43-
apt-get install -y --no-install-recommends unattended-upgrades=2.3ubuntu0.1 && \
43+
apt-get install -y --no-install-recommends unattended-upgrades && \
4444
unattended-upgrades -v --security && \
4545
apt-get clean && rm -rf /var/lib/apt/lists/*; \
4646
else \

0 commit comments

Comments
 (0)