Skip to content

Commit

Permalink
Merge pull request #1927 from chaoss/spg-patch-abt
Browse files Browse the repository at this point in the history
dockerfile version updates
  • Loading branch information
sgoggins committed Jul 22, 2022
2 parents c9ecfa6 + a25941c commit e3c6c27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion util/docker/augurface/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM node:16 as build-stage

LABEL maintainer="outdoors@acm.org"
LABEL version="0.27.5"
LABEL version="0.27.6"

WORKDIR /augur/frontend/
COPY ./util/docker/frontend/frontend.docker.config.json frontend.config.json
Expand Down
2 changes: 1 addition & 1 deletion util/docker/backend/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM python:3.8.11-slim-buster

LABEL maintainer="outdoors@acm.org"
LABEL version="0.27.5"
LABEL version="0.27.6"

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion util/docker/database/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM postgres:12

LABEL maintainer="outdoors@acm.org"
LABEL version="0.27.5"
LABEL version="0.27.6"

ENV POSTGRES_DB "test"
ENV POSTGRES_USER "augur"
Expand Down
2 changes: 1 addition & 1 deletion util/docker/frontend/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM node:16 as build-stage

LABEL maintainer="outdoors@acm.org"
LABEL version="0.27.5"
LABEL version="0.27.6"

WORKDIR /augur/frontend/
COPY ./util/docker/frontend/frontend.docker.config.json frontend.config.json
Expand Down

0 comments on commit e3c6c27

Please sign in to comment.