Skip to content

Commit

Permalink
update image version
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 17, 2025
1 parent 4a4ac71 commit 4054b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.crashhandler
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:bookworm-slim

ENV RUNTIME_DEPS "curl ca-certificates libasan6 wget gzip"

Check warning on line 3 in docker/Dockerfile.crashhandler

View workflow job for this annotation

GitHub Actions / package-arm64

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 3 in docker/Dockerfile.crashhandler

View workflow job for this annotation

GitHub Actions / package-amd64

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Expand Down

0 comments on commit 4054b92

Please sign in to comment.