Skip to content

Commit 96490e8

Browse files
committed
fix(sftd_disco): update base image to fix CVEs
related to WPB-15480
1 parent 91755c5 commit 96490e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/sftd_disco/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.15.0
1+
FROM alpine:3.21.2
22

33
RUN apk add --no-cache curl bash openssl bind-tools jq
44

5-
COPY tools/sftd_disco/sftd_disco.sh /usr/bin/sftd_disco.sh
5+
COPY sftd_disco.sh /usr/bin/sftd_disco.sh
66

77
ENTRYPOINT ["/usr/bin/sftd_disco.sh"]

tools/sftd_disco/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: docker
22

3-
DOCKER_TAG = wip-2
3+
DOCKER_TAG = 1.0.0
44

55
docker:
6-
docker build -t quay.io/wire/sftd_disco:$(DOCKER_TAG) -f Dockerfile ../..
6+
docker build -t quay.io/wire/sftd_disco:$(DOCKER_TAG) -f Dockerfile .

0 commit comments

Comments
 (0)