Skip to content

Commit

Permalink
Merge pull request #1732 from UrbanOS-Public/Alchemist-Alpine-Update
Browse files Browse the repository at this point in the history
Alchemist alpine update
  • Loading branch information
AFarrAccenture authored Mar 28, 2024
2 parents e6d2cbd + 46cfcca commit 7c4341d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/alchemist/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 alchemist

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/alchemist/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Alchemist.MixProject do
def project do
[
app: :alchemist,
version: "0.2.55",
version: "0.2.56",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down
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.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}
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.39",
version: "1.7.38",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down

0 comments on commit 7c4341d

Please sign in to comment.