Skip to content

Commit

Permalink
update missed dockerfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryAtTruss committed Feb 12, 2024
1 parent 72d75af commit 906ede7
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
Expand Up @@ -89,7 +89,7 @@ RUN cat /usr/local/share/ca-certificates/DoD_Root_CA_3.crt > /usr/local/share/ca

##--------- Stage: runner ---------##
# Final Production image
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS runner
FROM registry1.dso.mil/ironbank/opensource/nodejs/nodejs18:18.18.2-slim AS runner

WORKDIR /app

Expand Down

0 comments on commit 906ede7

Please sign in to comment.