Define patch version for Ruby base image
No need to re-download new images for every patch version
This commit is contained in:
parent
8635413002
commit
f85b7f4f62
@ -1,5 +1,5 @@
|
||||
# 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 curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
|
||||
RUN apt-get update && apt-get install -y nodejs
|
||||
|
Loading…
x
Reference in New Issue
Block a user