Skip to content

Commit cb00d80

Browse files
build(deps): bump fedora-minimal from 37 to 38 in /images/fedora
Bumps fedora-minimal from 37 to 38. --- updated-dependencies: - dependency-name: fedora-minimal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed332f5 commit cb00d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/fedora/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM registry.fedoraproject.org/fedora-minimal:37 AS build
15+
FROM registry.fedoraproject.org/fedora-minimal:38 AS build
1616
ARG GO_VERSION=go1.19.3
1717
ENV GOPATH="/go"
1818
ENV PATH="$GOPATH/bin:$PATH"
@@ -33,7 +33,7 @@ COPY . /work
3333

3434
RUN GO=${GO_VERSION} make
3535

36-
FROM registry.fedoraproject.org/fedora-minimal:37
36+
FROM registry.fedoraproject.org/fedora-minimal:38
3737

3838
# TODO(jaosorior): See if we can run this without root
3939
USER root

0 commit comments

Comments
 (0)