Skip to content

Commit

Permalink
Updated dependnencies for the broker and events broker for #313.
Browse files Browse the repository at this point in the history
  • Loading branch information
HankHerr-NOAA committed Sep 13, 2024
1 parent 90ca4e4 commit 62271e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wres-broker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rabbitmq:3.13.6-management-alpine
FROM rabbitmq:3.13.7-management-alpine

# Wish we could do the following, but busybox does not support long gids:
#RUN addgroup -g 1370800073 wres && adduser -D -u 498 -g 1370800073 wres_docker
Expand Down
4 changes: 2 additions & 2 deletions wres-eventsbroker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Build image
#############

FROM alpine:3.19.1 AS builder
FROM alpine:3.20.3 AS builder

ARG BROKER_VERSION=2.36.0
ARG BROKER_VERSION=2.37.0

WORKDIR /workspace

Expand Down

0 comments on commit 62271e0

Please sign in to comment.