Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.18 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent fe9d9a9 commit 5630e21
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
Expand Up @@ -14,7 +14,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --bin http-cache

FROM docker.io/library/alpine:3.17 AS runtime
FROM docker.io/library/alpine:3.18 AS runtime
WORKDIR app
COPY --from=builder /app/target/release/http-cache /usr/local/bin/http-cache
ENTRYPOINT ["http-cache"]

0 comments on commit 5630e21

Please sign in to comment.