Skip to content

Commit

Permalink
fix: actually fix image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
circuitsacul committed Sep 18, 2024
1 parent 2f4f0ed commit d180176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.82.0-slim-buster as builder
FROM rust:1.81.0-slim-bookworm as builder
WORKDIR /usr/src/starboard

# force cargo to update the crates.io index.
Expand Down Expand Up @@ -29,7 +29,7 @@ COPY sqlx-data.json sqlx-data.json
RUN cargo build --release

# get rid of cargo
FROM debian:buster-slim
FROM debian:bookworm-slim

# install certificates
RUN apt-get update && apt-get install -y ca-certificates
Expand Down

0 comments on commit d180176

Please sign in to comment.