Skip to content

Commit

Permalink
upgraded base images
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn90 committed Dec 9, 2023
1 parent 0dcec46 commit e105072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/docker/_base/_main.df
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IMPORT files AS files



FROM alpine:3.18 AS combine
FROM alpine:latest AS combine

# Copy content of files folder to populate base image
COPY --from=base--files--alpine / /files/alpine
Expand Down
8 changes: 4 additions & 4 deletions src/docker/_base/image.df
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18 AS alpine
FROM alpine:latest AS alpine

FROM busybox:1.36 AS busybox
FROM busybox:latest AS busybox

FROM debian:11.7-slim AS debian
FROM debian:stable-slim AS debian

FROM ubuntu:23.10 AS ubuntu
FROM ubuntu:latest AS ubuntu

0 comments on commit e105072

Please sign in to comment.