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