diff --git a/util/docker/frontend/Dockerfile b/util/docker/frontend/Dockerfile index a835758062..670bea9150 100644 --- a/util/docker/frontend/Dockerfile +++ b/util/docker/frontend/Dockerfile @@ -2,7 +2,7 @@ FROM node:16 as build-stage LABEL maintainer="outdoors@acm.org" -LABEL version="0.27.4" +LABEL version="0.27.5" WORKDIR /augur/frontend/ COPY ./util/docker/frontend/frontend.docker.config.json frontend.config.json