diff --git a/Dockerfile b/Dockerfile index 9a71f60..661c957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENTRYPOINT [ "./container-init.sh" ] ENV CI="true" # renovate: datasource=npm depName=pnpm -ENV PNPM_VERSION="10.28.1" +ENV PNPM_VERSION="10.28.2" RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get --assume-yes upgrade \