We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd2bd8 commit a9d892fCopy full SHA for a9d892f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.6
+FROM alpine:3.9.4
2
3
COPY _build/prod/rel/try_clojerl /opt/try_clojerl
4
Makefile
@@ -1,6 +1,6 @@
.PHONY: all release clean docker-build docker
-BUILD_IMAGE ?= erlang:20.1.4-alpine
+BUILD_IMAGE ?= erlang:22.0.4-alpine
DOCKER_REPO := jfacorro/try_clojerl
5
DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)
6
0 commit comments