mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
Update base docke image from alpine:3.16
to alpine:3.18
This commit is contained in:
parent
8fb7f30601
commit
619d5c8349
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine3.16
|
||||
FROM golang:1.19-alpine3.18
|
||||
|
||||
ENV SEMAPHORE_VERSION="development" SEMAPHORE_ARCH="linux_amd64" \
|
||||
SEMAPHORE_CONFIG_PATH="${SEMAPHORE_CONFIG_PATH:-/etc/semaphore}" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine3.16 as golang
|
||||
FROM golang:1.19-alpine3.18 as golang
|
||||
|
||||
RUN apk add --no-cache curl git
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine3.16
|
||||
FROM golang:1.19-alpine3.18
|
||||
|
||||
ENV SEMAPHORE_VERSION="development" SEMAPHORE_ARCH="linux_amd64" \
|
||||
SEMAPHORE_CONFIG_PATH="${SEMAPHORE_CONFIG_PATH:-/etc/semaphore}" \
|
||||
|
@ -1,5 +1,5 @@
|
||||
# ansible-semaphore production image
|
||||
FROM golang:1.19-alpine3.16 as builder
|
||||
FROM golang:1.19-alpine3.18 as builder
|
||||
|
||||
COPY ./ /go/src/github.com/ansible-semaphore/semaphore
|
||||
WORKDIR /go/src/github.com/ansible-semaphore/semaphore
|
||||
@ -7,7 +7,7 @@ WORKDIR /go/src/github.com/ansible-semaphore/semaphore
|
||||
RUN apk add --no-cache -U libc-dev curl nodejs npm git gcc g++ && \
|
||||
./deployment/docker/prod/bin/install
|
||||
|
||||
FROM alpine:3.16 as runner
|
||||
FROM alpine:3.18 as runner
|
||||
LABEL maintainer="Tom Whiston <tom.whiston@gmail.com>"
|
||||
|
||||
RUN apk add --no-cache sshpass git curl ansible mysql-client openssh-client-default tini py3-aiohttp && \
|
||||
|
@ -1,5 +1,5 @@
|
||||
# ansible-semaphore production image
|
||||
FROM --platform=$BUILDPLATFORM golang:1.19-alpine3.16 as builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.19-alpine3.18 as builder
|
||||
|
||||
COPY ./ /go/src/github.com/ansible-semaphore/semaphore
|
||||
WORKDIR /go/src/github.com/ansible-semaphore/semaphore
|
||||
@ -10,7 +10,7 @@ ARG TARGETARCH
|
||||
RUN apk add --no-cache -U libc-dev curl nodejs npm git gcc
|
||||
RUN ./deployment/docker/prod/bin/install ${TARGETOS} ${TARGETARCH}
|
||||
|
||||
FROM alpine:3.16 as runner
|
||||
FROM alpine:3.18 as runner
|
||||
LABEL maintainer="Tom Whiston <tom.whiston@gmail.com>"
|
||||
|
||||
RUN apk add --no-cache sshpass git curl ansible mysql-client openssh-client-default tini py3-aiohttp && \
|
||||
|
Loading…
Reference in New Issue
Block a user