Skip to content

Commit 2f5501c

Browse files
fix: tags
1 parent fbd15df commit 2f5501c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker buildx build -f debian.Dockerfile -t image:tag --build-arg='ARCH=x86_64' --platform linux/amd64 .
33
# docker buildx build -f debian.Dockerfile -t image:tag --build-arg='ARCH=aarch64' --platform linux/arm64 .
44

5-
FROM rust:1.95.0-trixie-slim AS builder
5+
FROM rust:1.95.0-slim-trixie AS builder
66

77
WORKDIR /app/nittei
88

debianWithDD.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# docker buildx build -f debianWithDD.Dockerfile -t image:tag --build-arg='ARCH=x86_64' --platform linux/amd64 .
55
# docker buildx build -f debianWithDD.Dockerfile -t image:tag --build-arg='ARCH=aarch64' --platform linux/arm64 .
66

7-
FROM rust:1.95.0-trixie-slim AS builder
7+
FROM rust:1.95.0-slim-trixie AS builder
88

99
WORKDIR /app/nittei
1010

0 commit comments

Comments
 (0)