Skip to content

Commit

Permalink
Fixbug/Update_Dockerfile_to_use_bullseye (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haiss2 authored Jun 15, 2023
1 parent a0e3621 commit 162e34a
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,5 +1,5 @@
## BUILDER
FROM golang:1.20 as builder
FROM golang:1.20-bullseye as builder

WORKDIR /src

Expand All @@ -9,7 +9,7 @@ RUN go build -o app ./cmd/tradelogs


## DEPLOY
FROM debian:buster
FROM debian:bullseye

RUN apt-get update && \
apt install -y ca-certificates && \
Expand Down

0 comments on commit 162e34a

Please sign in to comment.