Skip to content

Commit

Permalink
Updated target api version to 1.1.11 and latest dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nero120 committed Jan 21, 2020
1 parent 821f82a commit da3bed3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "MONGO_INITDB_DATABASE=xbrowsersync"
- "MONGO_INITDB_ROOT_PASSWORD=$XBS_DB_PASSWORD"
- "MONGO_INITDB_ROOT_USERNAME=$XBS_DB_USERNAME"
image: "mongo:4.2.0"
image: "mongo:4.2.2"
labels:
- "traefik.enable=false"
networks:
Expand All @@ -26,7 +26,7 @@ services:
environment:
- "XBROWSERSYNC_DB_PWD=$XBS_DB_PASSWORD"
- "XBROWSERSYNC_DB_USER=$XBS_DB_USERNAME"
image: "xbrowsersync/api:1.1.10"
image: "xbrowsersync/api:1.1.11"
labels:
- "traefik.frontend.rule=Host:$XBS_API_HOSTNAME"
- "traefik.port=8080"
Expand All @@ -40,7 +40,7 @@ services:
container_name: "xbs-reverse-proxy"
depends_on:
- "api"
image: "traefik:1.7.18-alpine"
image: "traefik:1.7.20-alpine"
labels:
- "traefik.enable=false"
networks:
Expand Down
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:10.16.3-alpine
FROM node:10.18.1-alpine

# Set environment variables
ENV XBROWSERSYNC_API_VERSION 1.1.10
ENV XBROWSERSYNC_API_VERSION 1.1.11

WORKDIR /usr/src/api

Expand Down

0 comments on commit da3bed3

Please # to comment.