File tree 12 files changed +23
-23
lines changed
12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LABEL org.opencontainers.image.vendor="M0Rf30"
6
6
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
7
7
RUN \
8
8
yum -y install curl tar; \
9
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
10
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
9
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
10
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
11
11
tar -C /usr/lib -xf go.tar.gz; \
12
12
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
13
13
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LABEL org.opencontainers.image.vendor="M0Rf30"
6
6
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
7
7
RUN \
8
8
yum -y install curl tar; \
9
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
10
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
9
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
10
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
11
11
tar -C /usr/lib -xf go.tar.gz; \
12
12
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
13
13
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change 9
9
apt-get update; \
10
10
apt-get upgrade; \
11
11
apt-get install -y --no-install-recommends ca-certificates curl tar; \
12
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
13
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
12
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
13
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
14
14
tar -C /usr/lib -xf go.tar.gz; \
15
15
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
16
16
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change 9
9
apt-get update; \
10
10
apt-get upgrade; \
11
11
apt-get install -y --no-install-recommends ca-certificates curl tar; \
12
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
13
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
12
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
13
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
14
14
tar -C /usr/lib -xf go.tar.gz; \
15
15
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
16
16
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change 9
9
apt-get update; \
10
10
apt-get upgrade; \
11
11
apt-get install -y --no-install-recommends ca-certificates curl tar; \
12
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
13
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
12
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
13
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
14
14
tar -C /usr/lib -xf go.tar.gz; \
15
15
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
16
16
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LABEL org.opencontainers.image.vendor="M0Rf30"
6
6
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
7
7
RUN \
8
8
dnf -y install curl tar; \
9
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
10
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
9
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
10
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
11
11
tar -C /usr/lib -xf go.tar.gz; \
12
12
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
13
13
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LABEL org.opencontainers.image.vendor="M0Rf30"
6
6
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
7
7
RUN \
8
8
dnf -y install curl tar; \
9
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
10
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
9
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
10
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
11
11
tar -C /usr/lib -xf go.tar.gz; \
12
12
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
13
13
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ LABEL org.opencontainers.image.vendor="M0Rf30"
6
6
SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
7
7
RUN \
8
8
dnf -y install curl-minimal tar; \
9
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
10
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
9
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
10
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
11
11
tar -C /usr/lib -xf go.tar.gz; \
12
12
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
13
13
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change 9
9
apt-get update; \
10
10
apt-get upgrade; \
11
11
apt-get install -y --no-install-recommends ca-certificates curl tar; \
12
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
13
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
12
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
13
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
14
14
tar -C /usr/lib -xf go.tar.gz; \
15
15
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
16
16
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change 9
9
apt-get update; \
10
10
apt-get upgrade; \
11
11
apt-get install -y --no-install-recommends ca-certificates curl tar; \
12
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
13
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
12
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
13
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
14
14
tar -C /usr/lib -xf go.tar.gz; \
15
15
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
16
16
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change 9
9
apt-get update; \
10
10
apt-get upgrade; \
11
11
apt-get install -y --no-install-recommends ca-certificates curl tar; \
12
- curl -sL https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz --output go.tar.gz; \
13
- echo "1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8 go.tar.gz" | sha256sum -c - ; \
12
+ curl -sL https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz --output go.tar.gz; \
13
+ echo "3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go.tar.gz" | sha256sum -c - ; \
14
14
tar -C /usr/lib -xf go.tar.gz; \
15
15
ln -sf /usr/lib/go/bin/go /usr/bin/go; \
16
16
ln -sf /usr/lib/go/bin/gofmt /usr/bin/gofmt; \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const (
13
13
ColorWhite = "\033 [37m"
14
14
DockerOrg = "m0rf30/yap-"
15
15
Git = "git"
16
- GoArchiveURL = "https://go.dev/dl/go1.21.3 .linux-amd64.tar.gz"
16
+ GoArchiveURL = "https://go.dev/dl/go1.21.6 .linux-amd64.tar.gz"
17
17
)
18
18
19
19
var (
You can’t perform that action at this time.
0 commit comments