Force image version in Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2021-11-19 01:39:19 +01:00
parent 2dc2d996f6
commit 7c2852a51b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:alpine
FROM ruby:3-alpine
RUN apk add --update build-base curl
RUN gem install sinatra
RUN gem install thin

View File

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3-alpine
RUN pip install Flask
COPY rng.py /
CMD ["python", "rng.py"]

View File

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3-alpine
RUN pip install influxdb
RUN pip install requests
COPY worker.py /