Skip to content

Commit fa6e229

Browse files
feat: bump rlespinasse/drawio-desktop-headless from v1.48.0 to v1.49.0 (#155)
1 parent 2bb50aa commit fa6e229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#checkov:skip=CKV_DOCKER_2
22
#checkov:skip=CKV_DOCKER_3
3-
FROM rust:bullseye as drawio-exporter-installer
3+
FROM rust:trixie as drawio-exporter-installer
44

55
RUN cargo install drawio-exporter --version 1.4.0
66

7-
FROM rlespinasse/drawio-desktop-headless:v1.48.0
7+
FROM rlespinasse/drawio-desktop-headless:v1.49.0
88

99
WORKDIR /opt/drawio-exporter
1010
COPY --from=drawio-exporter-installer /usr/local/cargo/bin/drawio-exporter .

0 commit comments

Comments
 (0)