Skip to content

Commit cd88864

Browse files
committed
chore(deps): update all docker tags
1 parent 435de2b commit cd88864

File tree

3 files changed

+128
-4
lines changed

3 files changed

+128
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.15-alpine as builder
7+
FROM golang:1.16-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/ultre.me/speechotron
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.12
17+
FROM alpine:3.14
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="speechotron" \
2020
org.label-schema.description="" \

go.mod

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)