Skip to content

Commit ebe0e45

Browse files
authored
Version 1.9.6 (#587)
1 parent 14d0dbe commit ebe0e45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# Using python:3.9-slim
7-
FROM python@sha256:1981920906ec577fb1a83bffca080ad659692688e80aee4cfe58d4642ac108e8
7+
FROM python@sha256:7476637ee33fae24822294643449e7fe9158708c976ea379037960d3007590a4
88

99
COPY requirements.txt /nca/
1010
RUN python -m pip install -U pip wheel setuptools && pip install -r /nca/requirements.txt

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache2.0
44
#
55

6-
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:e52fc1de73dc2879516431ff1865e0fb61b1a32f57b6f914bdcddb13c62f84e6
6+
FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:8d43664c250c72d35af8498c7ff76a9f0d42f16b9b3b29f0caa747121778de0e
77

88
USER 0
99

nca/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.5
1+
1.9.6

0 commit comments

Comments
 (0)