We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c41f0 commit 22f5dc1Copy full SHA for 22f5dc1
Dockerfile
@@ -13,7 +13,7 @@ COPY ./.tolgeerc ./
13
RUN npx tolgee pull --api-key "${LOCALIZE_API_KEY}" --states REVIEWED
14
15
# Build app
16
-FROM golang:1.24-bookworm AS builder-go
+FROM golang:alpine AS builder-go
17
18
ARG BRAND_FLAVOR=red
19
ENV BRAND_FLAVOR $BRAND_FLAVOR
0 commit comments