Skip to content

Commit a9d892f

Browse files
committed
Use Erlang/OTP 22.0.4 and Alpine 3.9.4
1 parent bbd2bd8 commit a9d892f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.6
1+
FROM alpine:3.9.4
22

33
COPY _build/prod/rel/try_clojerl /opt/try_clojerl
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: all release clean docker-build docker
22

3-
BUILD_IMAGE ?= erlang:20.1.4-alpine
3+
BUILD_IMAGE ?= erlang:22.0.4-alpine
44
DOCKER_REPO := jfacorro/try_clojerl
55
DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)
66

0 commit comments

Comments
 (0)