File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
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
66workflows :
77 main :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VCS_REF
44ARG VERSION
55
66# build
7- FROM golang:1.16 -alpine as builder
7+ FROM golang:1.25 -alpine as builder
88RUN apk add --no-cache git gcc musl-dev make
99ENV GO111MODULE=on
1010WORKDIR /go/src/moul.io/guilhunize
@@ -14,7 +14,7 @@ COPY . ./
1414RUN make install
1515
1616# minimalist runtime
17- FROM alpine:3.13
17+ FROM alpine:3.23
1818LABEL org.label-schema.build-date=$BUILD_DATE \
1919 org.label-schema.name="guilhunize" \
2020 org.label-schema.description="" \
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module moul.io/guilhunize
33go 1.13
44
55require (
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)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module moul.io/guilhunize/lambda
33go 1.13
44
55require (
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
1010replace moul.io/guilhunize => ../
You can’t perform that action at this time.
0 commit comments