Skip to content

Commit

Permalink
chore(deps): update docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 55567e6 commit 40b47db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:edge@sha256:b8c615670480d010d9f876f7b8d45cef6265c5b77cc4eb36578fb62dd5f87d0c AS build
FROM arm32v6/alpine:edge@sha256:baf7ab3de83eb0304033384e57dcc1186d0fef3ee45af13c24639ed73af23cff AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-armv6 && \
chmod +x /tmp/gomplate

FROM arm32v6/alpine:edge@sha256:b8c615670480d010d9f876f7b8d45cef6265c5b77cc4eb36578fb62dd5f87d0c
FROM arm32v6/alpine:edge@sha256:baf7ab3de83eb0304033384e57dcc1186d0fef3ee45af13c24639ed73af23cff

ENV CRON_ENABLED false

Check warning on line 19 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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/
ENV TERM xterm

Check warning on line 20 in latest/Dockerfile.arm

View workflow job for this annotation

GitHub Actions / docker

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
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:edge@sha256:eb17535d9bc391b73fe9e245d639adc7532b9dbb3c01a7b67ae271df6a7d5a88 AS build
FROM arm64v8/alpine:edge@sha256:4b27406f6c4ea07b596d7a0ee25e4f9c7b2152ab7ffbbb1817e036d727eabba1 AS build

RUN apk add -U curl ca-certificates

Expand All @@ -14,7 +14,7 @@ ENV GOMPLATE_VERSION=4.1.0
RUN curl -sSLo /tmp/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-arm64 && \
chmod +x /tmp/gomplate

FROM arm64v8/alpine:edge@sha256:eb17535d9bc391b73fe9e245d639adc7532b9dbb3c01a7b67ae271df6a7d5a88
FROM arm64v8/alpine:edge@sha256:4b27406f6c4ea07b596d7a0ee25e4f9c7b2152ab7ffbbb1817e036d727eabba1

ENV CRON_ENABLED false

Check warning on line 19 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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/
ENV TERM xterm

Check warning on line 20 in latest/Dockerfile.arm64

View workflow job for this annotation

GitHub Actions / docker

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 40b47db

Please sign in to comment.