Skip to content
Snippets Groups Projects
Commit 9b3f9d03 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Revert back to bullseye. Switching to next debian will require some work and will be done later.

parent 8476aca1
No related branches found
No related tags found
No related merge requests found
FROM golang:1.21.0-bookworm
FROM golang:1.17.6-bullseye
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | gpg --dearmor > /usr/share/keyrings/nomad-hashicorp-archive-keyring.gpg
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/nomad-hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com bullseye main" >> /etc/apt/sources.list
......
FROM debian:bookworm
FROM debian:bullseye
RUN set -eux; \
apt-get update; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment