We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v1.21
1 parent 8271642 commit 8f40b38Copy full SHA for 8f40b38
dev/Dockerfile
@@ -4,7 +4,7 @@ USER root
4
5
RUN apt-get update \
6
&& apt-get install -y --no-install-recommends \
7
- build-essential delve gdb golang-1.21-go golang-1.22-go golang-1.23-go make python3 python3-pip \
+ build-essential delve gdb golang-1.22-go golang-1.23-go make python3 python3-pip \
8
&& rm -rf /var/lib/apt/lists/*
9
10
WORKDIR "/home/damyan"
0 commit comments