Compare commits
1 commit
3b5ef7bdf0
...
f2c32220fd
| Author | SHA1 | Date | |
|---|---|---|---|
| f2c32220fd |
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ COPY . ./
|
|||
RUN cargo build --release
|
||||
|
||||
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3.18
|
||||
|
||||
COPY --from=builder /app/target/release/site /bin/site
|
||||
COPY --from=builder /app/dumb-init /bin/dumb-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue