diff --git a/Dockerfile b/Dockerfile index 96518822..a97d050e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN cp -r /app/main /app/LICENSE . FROM scratch -ENV SERVICE_VERSION="1.12.6" +ENV SERVICE_VERSION="1.12.7" # Import the user and group files from the builder. COPY --from=builder /etc/passwd /etc/passwd