Skip to content

Commit

Permalink
NO-ISSUE: Bump openshift/release from golang-1.17 to golang-1.19
Browse files Browse the repository at this point in the history
Bumps openshift/release from golang-1.17 to golang-1.19.

---
updated-dependencies:
- dependency-name: openshift/release
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent 7a564f8 commit fe357e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY tools/generate_python_client.sh .
RUN chmod +x ./generate_python_client.sh && SWAGGER_FILE=swagger.yaml OUTPUT=/build ./generate_python_client.sh

# TODO: Find a pure Python3 base image, rather than relying on the golang one
FROM registry.ci.openshift.org/openshift/release:golang-1.17 as pybuilder
FROM registry.ci.openshift.org/openshift/release:golang-1.19 as pybuilder
COPY . /assisted-service
COPY --from=swagger_py /build /assisted-service/build
RUN python3 -m pip install -I pip && pip3 install -I -r /assisted-service/dev-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.assisted-service-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/openshift/release:golang-1.17 AS golang
FROM registry.ci.openshift.org/openshift/release:golang-1.19 AS golang
RUN chmod g+xw -R /usr/local/go

FROM quay.io/centos/centos:stream8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.assisted-service-debug
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG SERVICE=quay.io/edge-infrastructure/assisted-service:latest
FROM registry.ci.openshift.org/openshift/release:golang-1.17 AS download_dlv
FROM registry.ci.openshift.org/openshift/release:golang-1.19 AS download_dlv
RUN GOFLAGS=-mod=mod go install github.com/go-delve/delve/cmd/dlv@v1.9.1

FROM $SERVICE
Expand Down

0 comments on commit fe357e2

Please sign in to comment.