Skip to content

Commit d31fb69

Browse files
authored
Update Dockerfile
Signed-off-by: Nicolás Georger <info@sredevops.org>
1 parent 6d2a5f4 commit d31fb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrate/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim@latest as builder
1+
FROM debian:bookworm-slim as builder
22

33
# Set the ARCH variable by executing a command on the host.
44
RUN --mount=type=bind,source=/etc/os-release,target=/etc/os-release,readonly \
@@ -7,7 +7,7 @@ RUN --mount=type=bind,source=/etc/os-release,target=/etc/os-release,readonly \
77
mv migrate /usr/bin/
88

99
# Final stage
10-
FROM debian:bookworm-slim@latest
10+
FROM debian:bookworm-slim
1111

1212
COPY --from=builder /usr/bin/migrate /usr/bin/migrate
1313

0 commit comments

Comments
 (0)