Skip to content

Commit

Permalink
Fix docker warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andressbarajas committed Nov 15, 2024
1 parent 23b017c commit 42cd6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/dc-chain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# docker run -it --name containername dcchain:stable /bin/bash

# Stage 1
FROM alpine:latest as build
MAINTAINER KallistiOS <cadcdev-kallistios@lists.sourceforge.net>
FROM alpine:latest AS build
LABEL maintainer="KallistiOS (Unchained)"

# Installing prerequisites
RUN apk --update add --no-cache \
Expand Down

0 comments on commit 42cd6d0

Please sign in to comment.