Skip to content

Commit

Permalink
Update tools / docker
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Dec 18, 2021
1 parent c692f7b commit fbc4713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.13.0-otp-24
erlang 24.1.7
elixir 1.13.1-otp-24
erlang 24.2
nodejs 16.13.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# -----------------------------------

# NOTE: make sure these versions match in .github/workflows/elixir.yml
FROM hexpm/elixir:1.12.3-erlang-24.1.2-alpine-3.14.2 AS elixir-builder
FROM hexpm/elixir:1.13.1-erlang-24.2-alpine-3.14.2 AS elixir-builder

RUN --mount=type=cache,target=~/.hex/packages/hexpm,sharing=locked \
--mount=type=cache,target=~/.cache/rebar3,sharing=locked \
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN mix compile
# - stage: build
# - job: assets
# -----------------------------------
FROM node:16.13.0-alpine3.14 AS assets
FROM node:16.13.1-alpine3.14 AS assets

WORKDIR /src/assets

Expand Down

0 comments on commit fbc4713

Please sign in to comment.