Skip to content

Commit

Permalink
chore(deps): update docker/dockerfile docker tag to v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 0857605 commit a20fe4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile-database-migration
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.5
# syntax=docker/dockerfile:1.9
FROM rust:1.70.0-slim-bookworm
WORKDIR /app
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile-ingestor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.4
# syntax=docker/dockerfile:1.9
FROM lukemathwalker/cargo-chef:0.1.61-rust-1.69.0 AS chef
WORKDIR /app

Expand Down

0 comments on commit a20fe4b

Please sign in to comment.