Skip to content

Commit

Permalink
chore: dockerfile AS
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Oct 14, 2024
1 parent a9df02b commit 67efcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-host/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.20 as builder
FROM golang:1.22-alpine3.20 AS builder

WORKDIR /build

Expand All @@ -9,7 +9,7 @@ COPY go.sum .
# compile
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build docker-host .

FROM uselagoon/commons:latest as commons
FROM uselagoon/commons:latest AS commons
FROM docker:27.0.3-dind

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
Expand Down

0 comments on commit 67efcaf

Please sign in to comment.