-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM rockylinux:9 | |
|
||
LABEL maintainer="Kleis Auke Wolthuizen <[email protected]>" | ||
|
||
ARG NGINX_VERSION=1.23.4 | ||
ARG NGINX_VERSION=1.25.3 | ||
|
||
# Copy the contents of this repository to the container | ||
COPY . /var/www/imagesweserv | ||
|
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ FROM alpine:3.19 | |
|
||
LABEL maintainer="Kleis Auke Wolthuizen <[email protected]>" | ||
|
||
ARG NGINX_VERSION=1.23.4 | ||
ARG NGINX_VERSION=1.25.3 | ||
|
||
# Copy the contents of this repository to the container | ||
COPY . /var/www/imagesweserv | ||
|
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