diff --git a/Dockerfile b/Dockerfile index 12c9444..121c4bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3-alpine +FROM ruby:3-alpine3.13 LABEL org.opencontainers.image.authors="hanjo@bunix.de"