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 authored and Abuchtela committed Jun 8, 2024
1 parent a8c497c commit 57f11a9
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.14-bullseye-slim as base

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

1 comment on commit 57f11a9

@Abuchtela
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #43

Please sign in to comment.