Skip to content

Commit

Permalink
Use Debian Bullseye in Dockerfile (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Jul 10, 2023
1 parent 7ae6034 commit 1cf327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start with a golang base
FROM golang:1.20 AS base
FROM golang:1.20-bullseye AS base

# Install core tools
RUN apt-get update &&\
Expand Down

0 comments on commit 1cf327c

Please sign in to comment.