File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tapoctl"
33version = " 0.1.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55license = " MIT"
66authors = [" WhySoBad <49595640+WhySoBad@users.noreply.github.com>" ]
77description = " A cli and server for interacting locally with your tplink tapo lamps from the command line"
Original file line number Diff line number Diff line change 1- FROM rust:alpine3.19 as builder
1+ FROM rust:alpine3.22 AS builder
22ARG TARGETPLATFORM
33
44WORKDIR /app
@@ -16,7 +16,7 @@ RUN CARGO_BUILD_TARGET=$([ "$TARGETPLATFORM" = "arm" ] && echo "aarch64-unknown-
1616COPY . .
1717RUN cargo build --release
1818
19- FROM alpine:3.19 as runner
19+ FROM alpine:3.22 AS runner
2020ARG TARGETPLATFORM
2121
2222RUN apk add --no-cache musl-dev openssl-dev openssl protoc gcc
You can’t perform that action at this time.
0 commit comments