Skip to content

Commit b145d71

Browse files
authored
Update Dockerfile
1 parent 37a3fb6 commit b145d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN \
1414
cargo build --release
1515

1616
# https://hub.docker.com/r/bitnami/minideb
17-
FROM bitnami/minideb:latest
17+
FROM bitnami/minideb:latest AS final
1818

1919
# microbin will be in /app
2020
WORKDIR /app

0 commit comments

Comments
 (0)