Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

core: bump golang from 1.19.0-bullseye to 1.19.1-bullseye #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir poetry && \
poetry export -f requirements.txt --dev --output requirements-dev.txt

# Stage 4: Build go proxy
FROM docker.io/golang:1.19.0-bullseye AS builder
FROM docker.io/golang:1.19.1-bullseye AS builder

WORKDIR /work

Expand Down
2 changes: 1 addition & 1 deletion ldap.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM docker.io/golang:1.19.0-bullseye AS builder
FROM docker.io/golang:1.19.1-bullseye AS builder

WORKDIR /go/src/goauthentik.io

Expand Down
2 changes: 1 addition & 1 deletion proxy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV NODE_ENV=production
RUN cd /static && npm ci && npm run build-proxy

# Stage 2: Build
FROM docker.io/golang:1.19.0-bullseye AS builder
FROM docker.io/golang:1.19.1-bullseye AS builder

WORKDIR /go/src/goauthentik.io

Expand Down