Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Sep 1, 2024
1 parent b85ccaf commit f9de898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timescaledb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ COPY --from=timescaledb-tools /go/bin/* /usr/local/bin/
# --------------------------------------
ARG SYSTEM_STATS_VERSION=v3.2
RUN mkdir -p /build
# hadolint ignore=DL3018, DL3003
RUN --mount=type=cache,id=apk-${TARGETARCH}-${TARGETVARIANT},sharing=locked,target=/var/cache/apk \
set -ex \
&& apk update \
Expand Down

0 comments on commit f9de898

Please sign in to comment.