From 6467f6b09c9886375388a966c62bf7d3c3de1580 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 4 Feb 2021 13:00:53 -0300 Subject: [PATCH] alpine 3.13 --- Dockerfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5313c8c..293d380 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.12 AS build +FROM alpine:3.13.1 AS build MAINTAINER "f " ARG RAILS_MASTER_KEY diff --git a/Gemfile.lock b/Gemfile.lock index 041bd8b..7bd0557 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -660,7 +660,7 @@ DEPENDENCIES yaml_db! RUBY VERSION - ruby 2.7.1p83 + ruby 2.7.2p137 BUNDLED WITH 2.1.4