Skip to content

Commit

Permalink
Pin debian version (#102)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update Dockerfile

* pin debian to stable, not latest

* Update Dockerfile.prebuild
  • Loading branch information
frcepeda authored Jan 19, 2023
1 parent 6e1728f commit cc6fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prebuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Start from a Debian image with the latest version of Go installed
# and a workspace (GOPATH) configured at /go.
FROM golang
FROM golang:1.19-bullseye

# Dependencies for packages.
RUN apt-get update && apt-get install -y --no-install-recommends libgcrypt-dev libgpg-error-dev pkg-config cmake && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit cc6fa07

Please sign in to comment.