We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5917789 + b8ec73a commit 0d5f55cCopy full SHA for 0d5f55c
emu/emu_downloads_menu.py
@@ -55,6 +55,8 @@
55
"28": "P",
56
"29": "Q",
57
"30": "R",
58
+ "31": "S",
59
+ "32": "S",
60
}
61
62
# Older versions might not work as expected.
emu/templates/Dockerfile.system_image
@@ -11,7 +11,7 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied_
12
# See the License for the specific language governing permissions and
13
# limitations under the License_
14
-FROM alpine AS unzipper
+FROM alpine:3.3 AS unzipper
15
RUN apk add --update unzip
16
17
# Barely changes
0 commit comments