Skip to content

Commit

Permalink
[Snyk] Security upgrade node from 20.8.1-bullseye-slim to 20.17-bulls…
Browse files Browse the repository at this point in the history
…eye-slim (#7)
  • Loading branch information
OKEAMAH authored Sep 21, 2024
2 parents 3ce9f4f + a5cbf51 commit 28978a5
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 28978a5

Please sign in to comment.