Skip to content

Commit

Permalink
fix: docker/Dockerfile.bullseye-slim to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 10, 2023
1 parent 4d2929f commit 78a32e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.bullseye-slim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the C client submodule was introduced.

# Stage 1: Install Node.js Client Dependencies
FROM node:lts-bullseye-slim as installer
FROM node:20.7.0-slim as installer
WORKDIR /src

ENV AS_NODEJS_VERSION v5.0.1
Expand Down

0 comments on commit 78a32e8

Please sign in to comment.