Skip to content

Commit

Permalink
Replace bullseye golang image with bookworm golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Jan 15, 2025
1 parent ba80b09 commit b23e6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/framesd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# (don't forget to update the -p accordingly)


FROM --platform=linux/amd64 golang:1.23-bullseye as build
FROM --platform=linux/amd64 golang:1.23-bookworm as build

WORKDIR /frames
COPY . .
Expand Down

0 comments on commit b23e6b8

Please sign in to comment.