From 1d8e04dbb19406c1853c8b6a7151d9d6078be6cc Mon Sep 17 00:00:00 2001 From: f Date: Wed, 7 Apr 2021 17:46:59 -0300 Subject: [PATCH] alpine 3.13.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 293d380c..acc899db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # el mismo repositorio de trabajo. Cuando tengamos CI/CD algunas cosas # como el tarball van a tener que cambiar porque ya vamos a haber hecho # un clone/pull limpio. -FROM alpine:3.13.1 AS build +FROM alpine:3.13.4 AS build MAINTAINER "f " ARG RAILS_MASTER_KEY