Skip to content

Commit

Permalink
Valkyrie alpine update (#1734)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update mix.exs

* Prevent version conflicts
  • Loading branch information
jfolk2015 authored Mar 28, 2024
1 parent d8bd546 commit 107f7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/valkyrie/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.0
FROM hexpm/elixir:1.10.4-erlang-23.2.7.5-alpine-3.16.9
ENV HOME /opt/app
ENV REPLACE_OS_VARS=true
WORKDIR ${HOME}
Expand Down
2 changes: 1 addition & 1 deletion apps/valkyrie/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Valkyrie.MixProject do
def project do
[
app: :valkyrie,
version: "1.7.38",
version: "1.7.40",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down

0 comments on commit 107f7b4

Please sign in to comment.