Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chofnar committed Feb 9, 2024
1 parent b0fb184 commit a4f6a9e
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
Expand Up @@ -9,8 +9,8 @@ COPY . ./

RUN go build -mod=readonly -v -o bot

FROM arm64v8/debian:buster-slim
RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
FROM arm64v8/debian:latest
RUN set -x && apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ca-certificates && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit a4f6a9e

Please sign in to comment.