Skip to content

Commit

Permalink
Update Ubuntu to v22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
etlam authored and sibprogrammer committed Aug 1, 2024
1 parent e64d16f commit f271644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker run -ti --rm --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup --cgroupns=host --cap-add SYS_ADMIN --security-opt apparmor=unconfined -p 8443:8443 plesk/plesk
# Stop it with 'halt' instead of Ctrl+D.

ARG OS=ubuntu:20.04
ARG OS=ubuntu:22.04
FROM $OS

LABEL maintainer="[email protected]"
Expand Down

0 comments on commit f271644

Please sign in to comment.