Skip to content

Commit

Permalink
feat: Upgrading base image
Browse files Browse the repository at this point in the history
Upgrade to the latest Ubuntu LTS (22.04)
  • Loading branch information
wsams committed Jan 11, 2023
1 parent 737c797 commit 3209bba
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
@@ -1,5 +1,5 @@
# docker build -t wsams/httpd --rm=true --pull .
FROM ubuntu:19.10
FROM ubuntu:22.04

ARG SSL_DIR

Expand Down

0 comments on commit 3209bba

Please sign in to comment.