Skip to content

Commit b2eaab0

Browse files
chore(deps): update all
1 parent 435de2b commit b2eaab0

File tree

4 files changed

+573
-5
lines changed

4 files changed

+573
-5
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
moul: moul/build@1.12.1 # https://github.com/moul/build
4+
moul: moul/build@1.16.0 # https://github.com/moul/build
55

66
workflows:
77
main:

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.23-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.21
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)