Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed Aug 15, 2023
1 parent 10d74c9 commit d271154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1

FROM lukemathwalker/cargo-chef:latest-rust-1.71-slim-bookwarm AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.71-slim-bookworm AS chef
WORKDIR /app

FROM node:20-bookworm-slim AS nodebase
Expand Down

0 comments on commit d271154

Please sign in to comment.