Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 31, 2024
1 parent fc48f24 commit 0282d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auth_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.23-alpine3.21 as build
FROM golang:1.23-alpine3.21 AS build

ARG VERSION
ENV VERSION "${VERSION}"
ENV VERSION="${VERSION}"
ARG BUILD_ID
ENV BUILD_ID "${BUILD_ID}"
ENV BUILD_ID="${BUILD_ID}"
ARG CGO_EXTRA_CFLAGS

RUN apk add -U --no-cache ca-certificates make git gcc musl-dev binutils-gold
Expand Down

0 comments on commit 0282d60

Please sign in to comment.