Skip to content

Commit

Permalink
fix: ops/docker/Dockerfile.packages to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 9227843 commit a5cbf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/docker/Dockerfile.packages
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest as foundr
# we use it rather than alpine because it's not much
# bigger and alpine is often missing packages for node applications
# alpine is not officially supported by node.js
FROM node:20.8.1-bullseye-slim as base
FROM node:20.17-bullseye-slim as base

# Base: install deps
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit a5cbf51

Please sign in to comment.