Skip to content

Commit

Permalink
Merge branch 'renovate/golang-1.x' into 'master'
Browse files Browse the repository at this point in the history
chore(deps): update golang docker tag to v1.22.2

See merge request GeorgeRaven/authentik-manager!143
  • Loading branch information
DreamingRaven committed Apr 3, 2024
2 parents d02578f + b286e0a commit 71243d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG EXPOSE_PORT_PROTOCOL="tcp"
ARG USERNAME="archer"


FROM golang:1.22.1-alpine as gopiler
FROM golang:1.22.2-alpine as gopiler
ARG SRC_DIR
ARG PKG_DIR
RUN mkdir -p ${PKG_DIR}
Expand All @@ -33,7 +33,7 @@ RUN make html
RUN tree ${PKG_DIR}/${DOC_DIR}/build/


FROM golang:1.22.1-alpine as runner
FROM golang:1.22.2-alpine as runner
ARG PKG_DIR
ARG DOC_DIR
ARG USERNAME
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG AK_VERSION=0.0.0
ARG AKM_VERSION=0.0.0
# Build the manager binary
FROM golang:1.22.1-alpine as builder
FROM golang:1.22.2-alpine as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 71243d4

Please sign in to comment.