From 2448ed20e6d99b672fafc06ba917d1ab3e45829f Mon Sep 17 00:00:00 2001 From: f Date: Tue, 27 Apr 2021 11:53:39 -0300 Subject: [PATCH] alpine 3.13.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68fe8edf..a8dd7ed7 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.4 AS build +FROM alpine:3.13.5 AS build MAINTAINER "f " ARG RAILS_MASTER_KEY