Skip to content

Commit 22f5dc1

Browse files
committed
updated base image
1 parent a8c41f0 commit 22f5dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY ./.tolgeerc ./
1313
RUN npx tolgee pull --api-key "${LOCALIZE_API_KEY}" --states REVIEWED
1414

1515
# Build app
16-
FROM golang:1.24-bookworm AS builder-go
16+
FROM golang:alpine AS builder-go
1717

1818
ARG BRAND_FLAVOR=red
1919
ENV BRAND_FLAVOR $BRAND_FLAVOR

0 commit comments

Comments
 (0)