We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0271dee commit 00d82b4Copy full SHA for 00d82b4
Dockerfile
@@ -2,7 +2,7 @@
2
3
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
4
5
-FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine as builder
+FROM --platform=$BUILDPLATFORM golang:1.24.4-alpine as builder
6
WORKDIR /app
7
8
COPY --from=xx / /
go.mod
@@ -1,6 +1,6 @@
1
module github.com/clevyr/cloudwatch-slack-alerts
-go 1.24.1
+go 1.24.5
require (
github.com/aws/aws-lambda-go v1.47.0
0 commit comments