Skip to content

Commit

Permalink
removed redundant statement & setting
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Dec 11, 2023
1 parent ee7ada0 commit d1e6572
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ignored:
- DL3018
- DL3007
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21.5 AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN mkdir /storage

Expand Down

0 comments on commit d1e6572

Please sign in to comment.