-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Alpine Linux 3.18 and Nginx 1.24
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ARG ALPINE_VERSION=3.17 | ||
ARG ALPINE_VERSION=3.18 | ||
FROM alpine:${ALPINE_VERSION} | ||
LABEL Maintainer="Tim de Pater <[email protected]>" | ||
LABEL Description="Lightweight container with Nginx 1.22 & PHP 8.1 based on Alpine Linux." | ||
LABEL Description="Lightweight container with Nginx 1.24 & PHP 8.1 based on Alpine Linux." | ||
# Setup document root | ||
WORKDIR /var/www/html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters