Skip to content

Commit 9cb81d8

Browse files
fix(deps): update all
1 parent 0178de3 commit 9cb81d8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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

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.16-alpine as builder
7+
FROM golang:1.25-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/guilhunize
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module moul.io/guilhunize
33
go 1.13
44

55
require (
6-
gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
7-
moul.io/srand v1.4.0
6+
gopkg.in/urfave/cli.v2 v2.27.7
7+
moul.io/srand v1.6.1
88
)

lambda/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module moul.io/guilhunize/lambda
33
go 1.13
44

55
require (
6-
github.com/aws/aws-lambda-go v1.13.2
7-
moul.io/guilhunize v1.0.0
6+
github.com/aws/aws-lambda-go v1.51.1
7+
moul.io/guilhunize v1.2.0
88
)
99

1010
replace moul.io/guilhunize => ../

0 commit comments

Comments
 (0)