Skip to content

Commit

Permalink
Update docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jan 16, 2024
1 parent 83ef298 commit 208a6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14-buster as builder
FROM golang:1.14-bookworm as builder

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ COPY . .

RUN go build

FROM debian:buster-slim
FROM debian:bookworm-slim

WORKDIR /app

Expand Down

0 comments on commit 208a6b4

Please sign in to comment.