Skip to content

Commit

Permalink
Correct production docker base image tag (#19962)
Browse files Browse the repository at this point in the history
As seen in https://github.com/mhart/alpine-node, the `base` image tag has been renamed to `slim`.
  • Loading branch information
dlackty authored Dec 8, 2020
1 parent c792317 commit e3244e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-docker/Dockerfile.multistage
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yarn install --production --frozen-lockfile


# Stage 2: And then copy over node_modules, etc from that stage to the smaller base image
FROM mhart/alpine-node:base as production
FROM mhart/alpine-node:slim as production

WORKDIR /app

Expand Down

0 comments on commit e3244e9

Please sign in to comment.