Skip to content

Commit 2f83c9e

Browse files
committed
Update to Alpine 3.8
1 parent 8ad5e6f commit 2f83c9e

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.7
1+
FROM alpine:3.8
22

33
RUN apk --no-cache upgrade
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build push test
22

3-
TAG:=10
3+
TAG:=11
44

55
build:
66
docker build -t testbed/vim:$(TAG) .

0 commit comments

Comments
 (0)