Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Update to alpine 3.16 #60

Merged
merged 1 commit into from
Sep 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion seed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.15.4
FROM alpine:3.16.2

RUN apk add --update bash curl openvpn bc jq && \
rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion shoot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.15.4
FROM alpine:3.16.2

RUN apk add --update bash curl openvpn iptables bc && \
rm -rf /var/cache/apk/*
Expand Down