fix(Dockerfile): move binary in /usr/local/bin to call go-semantic-releaser via $PATH in terminal directly and update alpine

This commit is contained in:
Sebastian
2021-08-10 21:00:20 +02:00
committed by Felix Wiedmann
parent 780a6dbc2e
commit f89150b698

View File

@@ -1,4 +1,4 @@
FROM alpine:3.10.2 FROM alpine:3.14
WORKDIR /code WORKDIR /code