Skip to content

Commit

Permalink
Added upgrading of packages. Part 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jul 19, 2024
1 parent 473c54a commit 1f6fb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FROM php:8.3-cli-bookworm
# Upgrade all installed packages and clean up.
# hadolint ignore=DL3005
RUN apt-get update -qq \
&& apt-get dist-upgrade -y \
&& apt-get upgrade -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 1f6fb80

Please sign in to comment.