Skip to content

Commit

Permalink
#827: fixing accidental downgrade of OS version in Dockerfile, storin…
Browse files Browse the repository at this point in the history
…g security scans of Docker image
  • Loading branch information
aaronreed708 committed Aug 20, 2024
1 parent 3d101bf commit db5cdf7
Show file tree
Hide file tree
Showing 3 changed files with 3,417 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/Dockerfile
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
Expand Down
1 change: 1 addition & 0 deletions securityscanning/v1.2.0/clair_20240820_release_1.2.0.json

Large diffs are not rendered by default.

Loading

0 comments on commit db5cdf7

Please sign in to comment.