Skip to content

Commit

Permalink
update base OS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 18, 2024
1 parent 0077f28 commit f65da76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# https://github.com/golift/application-builder
#

FROM golang:1-buster as builder
FROM golang:1-bookworm as builder

# Build speed magic!
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
WORKDIR /src
COPY go.mod go.sum .
COPY go.mod go.sum ./
RUN go mod download
COPY main.go .
COPY pkg pkg
Expand Down

0 comments on commit f65da76

Please sign in to comment.