Define patch version for Ruby base image

No need to re-download new images for every patch version
This commit is contained in:
Râu Cao 2022-12-07 18:07:53 +01:00
parent 8635413002
commit f85b7f4f62
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM ruby:2.7 FROM ruby:2.7.6
RUN apt-get update -qq && apt-get install -y curl ldap-utils RUN apt-get update -qq && apt-get install -y curl ldap-utils
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
RUN apt-get update && apt-get install -y nodejs RUN apt-get update && apt-get install -y nodejs