Skip to content

Commit

Permalink
update base image tag to alpine:3.12 (#63) (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Roland.Ma <[email protected]>

Co-authored-by: Roland <[email protected]>
  • Loading branch information
akhilerm and RolandMa1986 authored Jun 29, 2021
1 parent e57d017 commit dd83c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/provisioner-localpv/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.11.5
FROM alpine:3.12

RUN apk add --no-cache \
iproute2 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY . .

RUN make provisioner-localpv

FROM alpine:3.12.0
FROM alpine:3.12

ARG DBUILD_DATE
ARG DBUILD_REPO_URL
Expand Down

0 comments on commit dd83c09

Please sign in to comment.