Skip to content

Commit

Permalink
Merge pull request #22 from sdr-enthusiasts/dependabot/docker/node-21…
Browse files Browse the repository at this point in the history
….7.3-slim

Bump node from 21.7.2-slim to 21.7.3-slim
  • Loading branch information
fredclausen authored Apr 16, 2024
2 parents 033da4a + b4526a7 commit 51baa78
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 @@
FROM node:21.7.2-slim AS typescript-builder
FROM node:21.7.3-slim AS typescript-builder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY / /
Expand Down

0 comments on commit 51baa78

Please sign in to comment.