Skip to content

Commit

Permalink
update patch version and alpine image (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
accenture-mikeyc authored Mar 28, 2024
1 parent 2b28b24 commit e517203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/reaper/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 reaper

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/reaper/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Reaper.MixProject do
def project do
[
app: :reaper,
version: "2.0.42",
version: "2.0.43",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down

0 comments on commit e517203

Please sign in to comment.