From 46cfccab219f6e5a8275a358103531c6900400ee Mon Sep 17 00:00:00 2001 From: Andrew Farr Date: Thu, 28 Mar 2024 15:35:42 -0400 Subject: [PATCH] Undoing Valk Update --- apps/valkyrie/Dockerfile | 2 +- apps/valkyrie/mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/valkyrie/Dockerfile b/apps/valkyrie/Dockerfile index 3b386206c..d96875e5a 100644 --- a/apps/valkyrie/Dockerfile +++ b/apps/valkyrie/Dockerfile @@ -1,7 +1,7 @@ FROM smartcitiesdata:build as builder RUN MIX_ENV=prod mix distillery.release --name valkyrie -FROM hexpm/elixir:1.10.4-erlang-23.2.7.5-alpine-3.16.9 +FROM hexpm/elixir:1.10.4-erlang-23.2.7.5-alpine-3.16.0 ENV HOME /opt/app ENV REPLACE_OS_VARS=true WORKDIR ${HOME} diff --git a/apps/valkyrie/mix.exs b/apps/valkyrie/mix.exs index 66dbb7d32..6797602d9 100644 --- a/apps/valkyrie/mix.exs +++ b/apps/valkyrie/mix.exs @@ -4,7 +4,7 @@ defmodule Valkyrie.MixProject do def project do [ app: :valkyrie, - version: "1.7.39", + version: "1.7.38", elixir: "~> 1.10", build_path: "../../_build", config_path: "../../config/config.exs",