Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:eventoL/eventoL into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeG committed Oct 17, 2019
2 parents 3a5aa2d + cf4e555 commit 6ec638d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################
# frontend image
#########################################
FROM node:12.11.1-alpine as frontend
FROM node:12.12.0-alpine as frontend

## Install system dependencies
RUN apk --update add --no-cache \
Expand Down Expand Up @@ -45,7 +45,7 @@ CMD ["tail", "-f", "/dev/null"]
#########################################
# build image
#########################################
FROM python:3.7.4-alpine as development
FROM python:3.8.0-alpine as development

# Set environment variables
ENV APP_ROOT /usr/src/app/
Expand Down

0 comments on commit 6ec638d

Please sign in to comment.