Skip to content
Merged
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 packaging/images/el10/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NODE_OPTIONS='--max-old-space-size=8192'
RUN npm ci
RUN npm run build

FROM registry.access.redhat.com/ubi10/go-toolset:1.25.8-1774618351 as proxy-build
FROM registry.access.redhat.com/ubi10/go-toolset:1.26.7-1787775323 as proxy-build
WORKDIR /app
COPY proxy /app
USER 0
Expand Down
2 changes: 1 addition & 1 deletion packaging/images/el10/Containerfile.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG PLUGIN_VERSION=""
ENV PLUGIN_VERSION=$PLUGIN_VERSION
RUN npm run build:ocp

FROM registry.access.redhat.com/ubi10/go-toolset:1.25.8-1774618351 as proxy-build
FROM registry.access.redhat.com/ubi10/go-toolset:1.26.7-1787775323 as proxy-build
WORKDIR /app
COPY proxy /app
USER 0
Expand Down
2 changes: 1 addition & 1 deletion packaging/images/el9/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NODE_OPTIONS='--max-old-space-size=8192'
RUN npm ci
RUN npm run build

FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8-1774618347 as proxy-build
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.7-1787774815 as proxy-build
WORKDIR /app
COPY proxy /app
USER 0
Expand Down
2 changes: 1 addition & 1 deletion packaging/images/el9/Containerfile.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG PLUGIN_VERSION=""
ENV PLUGIN_VERSION=$PLUGIN_VERSION
RUN npm run build:ocp

FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8-1774618347 as proxy-build
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.7-1787774815 as proxy-build
WORKDIR /app
COPY proxy /app
USER 0
Expand Down
4 changes: 2 additions & 2 deletions proxy/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/flightctl/flightctl-ui

go 1.24.0
go 1.26.4

toolchain go1.25.8
toolchain go1.26.7

require (
github.com/flightctl/flightctl v1.0.0
Expand Down
Loading