Skip to content

Commit b1f9ca9

Browse files
committed
update version to 0.7.2, ready to publish v0.7.2
1 parent 4140bce commit b1f9ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/Dockerfile.bookworm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rust:1-bookworm AS builder
22

3-
ARG VERSION=0.4.6
3+
ARG VERSION=0.7.2
44
ARG TARGETPLATFORM
55

66
WORKDIR /work/totebag
@@ -10,7 +10,7 @@ RUN cargo build --release
1010

1111
FROM debian:bookworm-slim
1212

13-
ARG VERSION=0.4.6
13+
ARG VERSION=0.7.2
1414

1515
LABEL org.opencontainers.image.source=https://github.com/tamada/totebag \
1616
org.opencontainers.image.version=${VERSION} \

0 commit comments

Comments
 (0)