-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.0.34 * fix: Dockerfile to reduce vulnerabilities (#62) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-LIBXPM-5927176 - https://snyk.io/vuln/SNYK-DEBIAN12-NGHTTP2-5953379 - https://snyk.io/vuln/SNYK-DEBIAN12-NGINX-5953391 - https://snyk.io/vuln/SNYK-DEBIAN12-TIFF-5934984 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 Co-authored-by: snyk-bot <[email protected]> * work around silk scale for the overlay * ok fix rendering glitches --------- Co-authored-by: micahg <[email protected]> Co-authored-by: snyk-bot <[email protected]>
- Loading branch information
1 parent
9797edf
commit 7243d37
Showing
5 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM nginx:1.25.2 | ||
FROM nginx:1.25.3 | ||
|
||
# Create app directory | ||
RUN mkdir /var/www/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@micahg/ntt", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"files": [ | ||
"build" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters