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

Commit 17c1b5b

Browse files
authored
Merge pull request #345 from FileFighter/feature/deps
Feature/deps
2 parents 9b4a919 + b94469c commit 17c1b5b

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:latest
2+
FROM nginx:1.23.1
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)