Skip to content

Commit

Permalink
Build on bookworm?
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvolp12 committed Nov 13, 2024
1 parent 814e8e4 commit 2c85c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bigsky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# podman build -f ./cmd/bigsky/Dockerfile -t bigsky .

FROM golang:1.23.3-alpine3.19 AS custom-go
FROM golang:1.23.3-bookworm AS custom-go
RUN apk add --no-cache build-base make git

# Git config
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN GIT_VERSION=$(git describe --tags --long --always) && \
/export/go build -tags timetzdata -o /bigsky ./cmd/bigsky

### Build Frontend stage
FROM node:18-alpine as web-builder
FROM node:18-alpine AS web-builder

WORKDIR /app

Expand Down

0 comments on commit 2c85c06

Please sign in to comment.