Update dependencies and Dockerfile for improved compatibility
Some checks failed
🏗️✨ Test Build Workflow / 🖥️ 🔨 Build (push) Failing after 3m19s
Some checks failed
🏗️✨ Test Build Workflow / 🖥️ 🔨 Build (push) Failing after 3m19s
This commit is contained in:
@@ -11,10 +11,6 @@ RUN go mod download && go build -o aws-iam-anywhere-refresher .
|
||||
|
||||
FROM siteworxpro/alpine:3.21.4 AS runtime
|
||||
|
||||
RUN apt update && apt install -yq ca-certificates curl
|
||||
RUN curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt \
|
||||
&& update-ca-certificates
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /app/aws-iam-anywhere-refresher /app/aws-iam-anywhere-refresher
|
||||
|
Reference in New Issue
Block a user