Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit cf3dffc

Browse files
committed
Update nginx Docker tag to v1.23.2
1 parent 2e430e5 commit cf3dffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp_provider/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dockerfile
2-
FROM nginx:1.23.1
2+
FROM nginx:1.23.2
33
RUN apt-get update && apt-get upgrade -y
44
RUN rm /etc/nginx/conf.d/default.conf
55
COPY nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)