diff --git a/Dockerfile b/Dockerfile index 09077c4..9a71f60 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.27.0" +ENV PNPM_VERSION="10.28.1" RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get --assume-yes upgrade \