Skip to content

Commit 513241f

Browse files
chore(deps): update all minor dependency bump
1 parent 07428f2 commit 513241f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626

2727
acme-companion:
2828
# for SSL certificates generation
29-
image: nginxproxy/acme-companion:2.3.0
29+
image: nginxproxy/acme-companion:2.5.0
3030
container_name: nginx-proxy-acme
3131
environment:
3232
DEFAULT_EMAIL: [email protected]

docker/nginx-proxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginxproxy/nginx-proxy:1.5.2-alpine
1+
FROM nginxproxy/nginx-proxy:1.6.3-alpine
22

33
COPY conf.d/* /etc/nginx/conf.d/
44
COPY nginx.tmpl /app/

0 commit comments

Comments
 (0)