Skip to content

Commit 8cd01d9

Browse files
committed
update nginx version to 1.26.2
1 parent 2a25b64 commit 8cd01d9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Original Dockerfile: https://github.com/nginxinc/docker-nginx/blob/b0e153a1b644ca8b2bd378b14913fff316e07cf2/stable/alpine/Dockerfile
2-
FROM nginx:1.20.2-alpine
2+
FROM nginx:1.26.2-alpine
33
LABEL MAINTAINER="Kevin Krummenauer <[email protected]>"
44
RUN apk add --no-cache openssl
55

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Create a docker-compose.yml file:
2929
version: "3.4"
3030
services:
3131
remote-api:
32-
image: kekru/docker-remote-api-tls:v0.4.0
32+
image: kekru/docker-remote-api-tls:v0.5.0
3333
ports:
3434
- 2376:443
3535
volumes:
@@ -49,7 +49,7 @@ Create a docker-compose.yml file, specifying a password and the hostname, on whi
4949
version: "3.4"
5050
services:
5151
remote-api:
52-
image: kekru/docker-remote-api-tls:v0.4.0
52+
image: kekru/docker-remote-api-tls:v0.5.0
5353
ports:
5454
- 2376:443
5555
environment:
@@ -121,3 +121,7 @@ Thanks [@benkorichard](https://github.com/benkorichard) for contributing!
121121
#### v0.4.0
122122

123123
+ update nginx version to 1.20.2
124+
125+
#### v0.5.0
126+
127+
+ update nginx version to 1.26.2

0 commit comments

Comments
 (0)