Skip to content

Commit

Permalink
Merge pull request #2691 from chaoss/version62.4-update
Browse files Browse the repository at this point in the history
updated Dockerfile Augur versions
  • Loading branch information
sgoggins committed Feb 19, 2024
2 parents b315f1c + 5b7fe81 commit c948c9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM python:3.10-slim-bullseye

LABEL maintainer="outdoors@acm.org"
LABEL version="0.62.2"
LABEL version="0.62.4"

ENV DEBIAN_FRONTEND=noninteractive

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

LABEL maintainer="outdoors@acm.org"
LABEL version="0.62.2"
LABEL version="0.62.4"

ENV POSTGRES_DB "test"
ENV POSTGRES_USER "augur"
Expand Down
2 changes: 1 addition & 1 deletion docker/rabbitmq/Dockerfile
@@ -1,7 +1,7 @@
FROM rabbitmq:3.12-management-alpine

LABEL maintainer="574/augur@simplelogin.com"
LABEL version="0.62.2"
LABEL version="0.62.4"

COPY --chown=rabbitmq:rabbitmq ./docker/rabbitmq/augur.conf /etc/rabbitmq/conf.d/

Expand Down

0 comments on commit c948c9b

Please sign in to comment.