Skip to content

Commit adb70b6

Browse files
committed
chore: update dependencies
1 parent 7ec3004 commit adb70b6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include:
2-
remote: "https://github.com/git-developer/docker-support/raw/v3.2.1/gitlab-ci/docker-template.yml"
2+
remote: "https://github.com/git-developer/docker-support/raw/v3.4.0/gitlab-ci/docker-template.yml"
33

44
variables:
55
IMAGE_PLATFORMS: 'linux/amd64'

image/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM alpine
2-
RUN apk --no-cache add jq mosquitto-clients gcompat
3-
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing add signal-cli
2+
RUN apk --no-cache add jq mosquitto-clients gcompat signal-cli
43
ENV HOME=/home
54
ENV XDG_DATA_HOME="${HOME}/.local/share"
65
COPY signal-mqtt /usr/local/bin/

0 commit comments

Comments
 (0)