File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ ENV GOOS linux
15
15
RUN go get -v ./...
16
16
RUN go build -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o /go/bin/slack-notify .
17
17
18
- # alpine:latest at 2020-01-18T01:19:37.187497623Z
19
- FROM alpine@sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
18
+ # alpine:latest at 2023-08-23T11:48:25.468623934UTC
19
+ FROM alpine@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a
20
20
21
21
COPY --from=builder /go/bin/slack-notify /usr/bin/slack-notify
22
22
@@ -25,14 +25,14 @@ ENV VAULT_VERSION 1.0.2
25
25
RUN apk update \
26
26
&& apk upgrade \
27
27
&& apk add \
28
- bash \
29
- jq \
30
- ca-certificates \
31
- python \
32
- py2 -pip \
33
- rsync && \
34
- pip install shyaml && \
35
- rm -rf /var/cache/apk/*
28
+ bash \
29
+ jq \
30
+ ca-certificates \
31
+ python3 \
32
+ py3 -pip \
33
+ rsync \
34
+ && pip3 install shyaml \
35
+ && rm -rf /var/cache/apk/*
36
36
37
37
# Setup Vault
38
38
RUN wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack'
3
3
author : ' rtCamp'
4
4
runs :
5
5
using : ' docker'
6
- image : ' docker://ghcr.io/rtcamp/action-slack-notify:v2.2.0 '
6
+ image : ' docker://ghcr.io/rtcamp/action-slack-notify:v2.2.1 '
7
7
branding :
8
8
icon : ' bell'
9
9
color : ' yellow'
You can’t perform that action at this time.
0 commit comments