Skip to content

Commit

Permalink
refactor: fix 'as' should be uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
segadora committed Nov 1, 2024
1 parent 18c4321 commit ca49a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine as build
FROM golang:1.23-alpine AS build

WORKDIR /app

Expand All @@ -9,7 +9,7 @@ RUN go get -d -v ./...

RUN CGO_ENABLED=0 GOOS=linux go build -o iptv-proxy *.go

FROM alpine:3 as executable
FROM alpine:3 AS executable

COPY --from=build /app/iptv-proxy /

Expand Down

0 comments on commit ca49a84

Please sign in to comment.