Skip to content

Commit

Permalink
fix: airbyte-webapp/Dockerfile to reduce vulnerabilities (#15023)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored Jul 25, 2022
1 parent c3621b5 commit 3e7b3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_IMAGE=nginx:1.19-alpine
ARG NGINX_IMAGE=nginx:1.23.0-alpine
FROM ${NGINX_IMAGE} as webapp

EXPOSE 80
Expand Down

0 comments on commit 3e7b3da

Please sign in to comment.