diff --git a/yarn/Dockerfile b/yarn/Dockerfile index 3e771e0..065d1db 100644 --- a/yarn/Dockerfile +++ b/yarn/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.18.0-alpine3.20 +FROM node:20.18.1-alpine3.20 LABEL org.opencontainers.image.authors="matijs " LABEL org.opencontainers.image.source="https://github.com/matijs/dockerfiles/blob/main/yarn/Dockerfile"