Skip to content

Commit

Permalink
Update app version and Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
brunojppb committed Dec 3, 2024
1 parent 957c61a commit c99726e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
ARG ELIXIR_VERSION
ARG OTP_VERSION
ARG UBUNTU_VERSION=jammy-20230126
ARG UBUNTU_VERSION=jammy-20240808

ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-ubuntu-${UBUNTU_VERSION}"
ARG RUNNER_IMAGE="ubuntu:${UBUNTU_VERSION}"
Expand Down Expand Up @@ -98,4 +98,4 @@ COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/turbo ./

USER nobody

CMD ["./entrypoint.sh"]
CMD ["./entrypoint.sh"]
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Turbo.MixProject do
[
app: :turbo,
name: "Turbo Racer",
version: "1.6.1",
version: "2.0.0",
elixir: "~> 1.17",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit c99726e

Please sign in to comment.