Skip to content

Commit 11ea55b

Browse files
author
Connor Boyle
authored
Merge pull request #15 from nlpsandbox/dependabot/docker/client/main/nginx-1.19.7-alpine
Bump nginx from 1.19.6-alpine to 1.19.7-alpine in /client
2 parents 4c93e65 + 875cda3 commit 11ea55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . ./
1010
RUN npm run build
1111

1212
# production environment
13-
FROM nginx:1.19.6-alpine
13+
FROM nginx:1.19.7-alpine
1414
COPY --from=build /app/build /usr/share/nginx/html
1515
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
1616

0 commit comments

Comments
 (0)