Skip to content

Commit f551fb9

Browse files
chore(deps): update all
1 parent 1b12593 commit f551fb9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ executors:
1515

1616
orbs:
1717
codecov: codecov/[email protected]
18-
moul: moul/build@1.13.0
18+
moul: moul/build@1.16.0
1919
retry: moul/[email protected]
2020
docker: circleci/[email protected]
2121
22-
tools: gotest/[email protected].12
22+
tools: gotest/[email protected].14
2323

2424
jobs:
2525
go-build:

Dockerfile

Lines changed: 2 additions & 2 deletions
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.22-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/ultre.me/smsify
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module ultre.me/smsify
22

33
go 1.12
44

5-
require gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
5+
require gopkg.in/urfave/cli.v2 v2.27.3

0 commit comments

Comments
 (0)