chore(security): pin docker images and improve actions permissions (#253)

This commit is contained in:
Alex Zenla
2024-07-16 15:25:29 -07:00
committed by GitHub
parent b57d95c610
commit 9e91ffe065
11 changed files with 31 additions and 28 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.79-alpine AS build
FROM rust:1.79-alpine@sha256:a454f49f2e15e233f829a0fd9a7cbdac64b6f38ec08aeac227595d4fc6eb6d4d AS build
RUN apk update && apk add protoc protobuf-dev build-base && rm -rf /var/cache/apk/*
ENV TARGET_LIBC=musl TARGET_VENDOR=unknown