"Updated Alpine image version to 3:20 to remove security vuln"

fix-go-revert
sandeepharness 2024-10-29 11:58:23 +05:30
parent 5a73d60992
commit 1af50fd292
7 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.19 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates tzdata
FROM alpine:3.19
FROM alpine:3.20
ENV GODEBUG netdns=go
ENV DRONE_RUNNER_OS=linux
ENV DRONE_RUNNER_ARCH=amd64

View File

@ -1,7 +1,7 @@
FROM alpine:3.19 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates tzdata
FROM alpine:3.19
FROM alpine:3.20
ENV GODEBUG netdns=go
ENV DRONE_RUNNER_OS=linux
ENV DRONE_RUNNER_ARCH=amd64

View File

@ -1,7 +1,7 @@
FROM alpine:3.11 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates tzdata
FROM alpine:3.11
FROM alpine:3.20
ENV GODEBUG=netdns=go
ENV DRONE_RUNNER_OS=linux
ENV DRONE_RUNNER_ARCH=arm

View File

@ -1,7 +1,7 @@
FROM alpine:3.11 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates tzdata
FROM alpine:3.11
FROM alpine:3.20
ENV GODEBUG=netdns=go
ENV DRONE_RUNNER_OS=linux
ENV DRONE_RUNNER_ARCH=arm64

View File

@ -1,9 +1,9 @@
# docker build --rm -f docker/Dockerfile -t drone/drone .
FROM alpine:3.19 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates tzdata
FROM alpine:3.19
FROM alpine:3.20
EXPOSE 80 443
VOLUME /data

View File

@ -1,9 +1,9 @@
# docker build --rm -f docker/Dockerfile -t drone/drone .
FROM alpine:3.11 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates tzdata
FROM alpine:3.11
FROM alpine:3.20
EXPOSE 80 443
VOLUME /data

View File

@ -1,9 +1,9 @@
# docker build --rm -f docker/Dockerfile -t drone/drone .
FROM alpine:3.11 as alpine
FROM alpine:3.20 as alpine
RUN apk add -U --no-cache ca-certificates tzdata
FROM alpine:3.11
FROM alpine:3.20
EXPOSE 80 443
VOLUME /data