Skip to content

Commit 998e92b

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-LIBXML2-2421341
1 parent 2b554c8 commit 998e92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.21.4-alpine
1+
FROM nginx:1.21.5-alpine
22

33
# CGit
44
ARG CGIT_VERSION=1.2.3-r0

0 commit comments

Comments
 (0)