Skip to content

Commit

Permalink
Persnickety docker debug output, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realtyem committed Dec 25, 2024
1 parent c231967 commit f6a32fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-unified
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
# FROM eqalpha/keydb:latest AS redis_base

# Do the same for the Nginx docker image.
FROM nginx:1.24.0 as nginx_base
FROM nginx:1.24.0 AS nginx_base

# The synapse auto compressor is from an image we build. It won't change much
# so there's no reason to not have this pre-compiled and just borrow it. This also
# contains the custom compiled version of coturn that includes metrics support for
# prometheus, and the postgres and redis metrics exporter tools for prometheus

FROM realtyem/synapse-tools:latest as tools
FROM realtyem/synapse-tools:latest AS tools


###
Expand Down

0 comments on commit f6a32fc

Please sign in to comment.