diff --git a/Dockerfile b/Dockerfile index b2fbc1543..ac15a08d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ ENV PORT=80 # install dependencies RUN apk update \ - && apk add --no-cache jq=1.7.1-r0 + && apk add --no-cache jq # copy artifact build from the 'build environment' COPY --from=build /app/dist/browser /usr/share/nginx/html