Skip to content

Commit

Permalink
Merge pull request #16 from FinnStutzenstein/image
Browse files Browse the repository at this point in the history
Fix node version to 13
  • Loading branch information
FinnStutzenstein committed Jul 22, 2020
2 parents 488f074 + 5e6a3cc commit ee5fbee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:13

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:13

RUN apt-get -y update && apt-get -y upgrade && \
apt-get install --no-install-recommends -y wait-for-it
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:latest
FROM node:13

# Dockerize is needed to sync containers startup
ENV DOCKERIZE_VERSION v0.6.0
Expand Down

0 comments on commit ee5fbee

Please sign in to comment.