Skip to content

Commit

Permalink
upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-codefresh committed Jul 4, 2024
1 parent 57b74a4 commit 77c7eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN addgroup --gid 3000 compose && \
adduser --uid 3000 --gecos "" --disabled-password \
--ingroup compose \
--home /home/compose \
--shell /bin/bash compose
--shell /bin/bash compose && \
apt -U upgrade

WORKDIR /home/compose

Expand Down

0 comments on commit 77c7eb1

Please sign in to comment.