Skip to content

Commit cd625ea

Browse files
authored
Merge pull request #17 from vwbusguy/develop
Little loose ends to tie up before release
2 parents 938b3ed + edea111 commit cd625ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:40 as builder
1+
FROM fedora:41 as builder
22

33
WORKDIR /tmp
44
RUN dnf install wget gcc g++ alsa-lib{,-devel} binutils findutils libglvnd-{devel,glx} mesa-libGLU{,-devel} zlib-devel -y
@@ -10,13 +10,13 @@ COPY qbsh.bas /tmp/qbsh.bas
1010
COPY lib/ /tmp/lib/
1111
RUN ./qb64 -x /tmp/qbsh.bas -o /tmp/qbsh
1212

13-
FROM fedora:40 AS tester
13+
FROM fedora:41 AS tester
1414

1515
COPY --from=builder /tmp/qbsh /usr/local/bin/qbsh
1616
COPY tests/ /tmp/tests/
1717
RUN /tmp/tests/test.qsh
1818

19-
FROM fedora:40
19+
FROM fedora:41
2020

2121
COPY --from=builder /tmp/qbsh /usr/bin/qbsh
2222
ENTRYPOINT qbsh

Containerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/fedora/fedora:40-aarch64 as builder
1+
FROM quay.io/fedora/fedora:41-aarch64 as builder
22

33
WORKDIR /tmp
44
RUN dnf install gcc g++ git alsa-lib{,-devel} binutils findutils libglvnd-{devel,glx} mesa-libGLU{,-devel} zlib-devel -y
@@ -10,13 +10,13 @@ COPY qbsh.bas /tmp/qbsh.bas
1010
COPY lib/ /tmp/lib/
1111
RUN ./qb64 -x /tmp/qbsh.bas -o /tmp/qbsh
1212

13-
FROM quay.io/fedora/fedora:40-aarch64 AS tester
13+
FROM quay.io/fedora/fedora:41-aarch64 AS tester
1414

1515
COPY --from=builder /tmp/qbsh /usr/local/bin/qbsh
1616
COPY tests/ /tmp/tests/
1717
RUN /tmp/tests/test.qsh
1818

19-
FROM quay.io/fedora/fedora:40-aarch64
19+
FROM quay.io/fedora/fedora:41-aarch64
2020

2121
COPY --from=builder /tmp/qbsh /usr/bin/qbsh
2222
ENTRYPOINT qbsh

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright <2021-2024> Scott A. Williams <[email protected]>
1+
Copyright <2021-2025> Scott A. Williams <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

0 commit comments

Comments
 (0)