Skip to content

Commit

Permalink
Merge pull request #36 from oTToDev-CE/Docker-Attack-Surface
Browse files Browse the repository at this point in the history
reduced the attack surface
  • Loading branch information
dustinwloring1988 authored Nov 29, 2024
2 parents 9f9e871 + 66901c0 commit 588c049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=node:20.18.0
ARG BASE=node:20.18.1-bookworm-slim
FROM ${BASE} AS base

WORKDIR /app
Expand Down

0 comments on commit 588c049

Please sign in to comment.