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

Switch to bookworm debian version. Update golang to 1.21.0

parent 340a8db9
No related branches found
No related tags found
No related merge requests found
FROM golang:1.17.6-bullseye FROM golang:1.21.0-bookworm
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | gpg --dearmor > /usr/share/keyrings/nomad-hashicorp-archive-keyring.gpg 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 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:bullseye FROM debian:bookworm
RUN set -eux; \ RUN set -eux; \
apt-get update; \ 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