base image

This commit is contained in:
f 2021-09-29 15:56:56 -03:00
parent 6a55cd5d8b
commit 443597da4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE=sutty/sdk-ruby
ARG BASE_IMAGE=sutty/sdk
ARG ALPINE_VERSION=3.13.6
FROM ${BASE_IMAGE}:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>"