Skip to content

Commit

Permalink
Use clojerl 0.9.0 and OTP 24
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Sep 23, 2021
1 parent 83bb504 commit 966ebd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY _build/prod/rel/try_clojerl /opt/try_clojerl

ENV CODE_LOADING_MODE interactive

RUN apk add --update ncurses openssl \
RUN apk add --update ncurses openssl gcc \
&& adduser -D -S -u 1000 clojerl \
&& mkdir -p /var/log/try_clojerl \
&& chown -R clojerl /opt/try_clojerl \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all release clean docker-build docker

BUILD_IMAGE ?= erlang:23-alpine
BUILD_IMAGE ?= erlang:24-alpine
DOCKER_REPO := jfacorro/try_clojerl
DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ deps
, [ {clojerl, "0.7.0"}
, [ {clojerl, "0.9.0"}
, {hiccup, {git, "https://github.com/clojerl/hiccup.git", {branch, "clojerl"}}}
, {lager, "3.9.2"}
, {cowboy, "2.9.0"}
Expand Down

0 comments on commit 966ebd9

Please sign in to comment.