Skip to content

Commit

Permalink
feat Change Node base image to the next LTS (ucan-lab#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
starlod authored May 4, 2021
1 parent ec7780e commit 2b87c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Read this [Wiki](https://github.com/ucan-lab/docker-laravel/wiki).

- Base image
- [nginx](https://hub.docker.com/_/nginx):1.18-alpine
- [node](https://hub.docker.com/_/node):14.2-alpine
- [node](https://hub.docker.com/_/node):16-alpine

### db container

Expand Down
2 changes: 1 addition & 1 deletion infra/docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.2-alpine as node
FROM node:16-alpine as node
FROM nginx:1.18-alpine
LABEL maintainer="ucan-lab <[email protected]>"
SHELL ["/bin/ash", "-oeux", "pipefail", "-c"]
Expand Down

0 comments on commit 2b87c73

Please sign in to comment.