Skip to content

Commit

Permalink
HBASE-28618: Fixed hadolint check in nightly build. (#5957)
Browse files Browse the repository at this point in the history
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Reviewed-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
subrat-mishra authored Jun 6, 2024
1 parent 04816d9 commit c865570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/hbase_docker/m1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=linux/amd64 ubuntu:22.04 AS base_image
FROM amd64/ubuntu:22.04 AS base_image
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \
Expand Down

0 comments on commit c865570

Please sign in to comment.