Skip to content

Commit

Permalink
Set Docker files to Erlang 21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Aug 1, 2022
1 parent 3883021 commit d65bad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM zotonic/erlang:19.3
FROM zotonic/erlang:21.3

ADD . /opt/zotonic
WORKDIR /opt/zotonic
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM zotonic/erlang:19.3
FROM zotonic/erlang:21.3

COPY docker/zotonic.config /etc/zotonic/zotonic.config
COPY docker/erlang.config.sed /opt/zotonic/docker/erlang.config.sed
Expand Down

0 comments on commit d65bad4

Please sign in to comment.