-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#827: fixing accidental downgrade of OS version in Dockerfile, storin…
…g security scans of Docker image
- Loading branch information
1 parent
3d101bf
commit db5cdf7
Showing
3 changed files
with
3,417 additions
and
1 deletion.
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 node:20.16.0-bullseye-slim | ||
FROM node:20.16.0-bookworm-slim | ||
RUN node -v | ||
# Copy source | ||
RUN mkdir $HOME/code | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.