Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
base: bump alpine:3.14
Browse files Browse the repository at this point in the history
- golang -> 1.16.8

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
  • Loading branch information
dweomer committed Sep 19, 2021
1 parent 9b6f854 commit 9449d47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine3.12
FROM golang:1.16-alpine3.14

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down
3 changes: 2 additions & 1 deletion images/00-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### BASE ###
FROM alpine:3.12 as base
FROM alpine:3.14 as base
ARG ARCH
RUN apk --no-cache add \
bash \
Expand Down Expand Up @@ -30,6 +30,7 @@ RUN apk --no-cache add \
jq \
kbd-bkeymaps \
lm-sensors \
libusb \
logrotate \
lsscsi \
lvm2 \
Expand Down
2 changes: 1 addition & 1 deletion images/10-gobuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine3.12 AS gobuild
FROM golang:1.16-alpine3.14 AS gobuild
RUN apk -U add git gcc linux-headers musl-dev make libseccomp libseccomp-dev bash
COPY gobuild /usr/bin/
RUN rm -f /bin/sh && ln -s /bin/bash /bin/sh
Expand Down

0 comments on commit 9449d47

Please sign in to comment.