Skip to content

Commit

Permalink
Upgrade to Alpine 3.19
Browse files Browse the repository at this point in the history
Tested amd64 and arm64 builds locally, and tested the arm64 image on my
local Hypcast server without issue.
  • Loading branch information
ahamlinman committed Dec 14, 2023
1 parent 041ae94 commit 157144a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax = docker.io/docker/dockerfile:1.6

# The Alpine and Go base images must use the same release of Alpine.
ARG ALPINE_BASE=docker.io/library/alpine:3.18
ARG GOLANG_BASE=docker.io/library/golang:1.21-alpine3.18
ARG ALPINE_BASE=docker.io/library/alpine:3.19
ARG GOLANG_BASE=docker.io/library/golang:1.21-alpine3.19
# The Node.js image does not require any particular OS.
ARG NODEJS_BASE=docker.io/library/node:20-alpine
# See https://gstreamer.freedesktop.org/download/.
Expand Down

0 comments on commit 157144a

Please sign in to comment.