Skip to content

Commit

Permalink
Fix some dockerfile lint (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Feb 17, 2025
1 parent 96c0fe3 commit 0cee54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aptly/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1 as builder
FROM golang:1 AS builder

RUN git clone --branch v1.6.1 https://github.com/aptly-dev/aptly.git && \
cd aptly && \
Expand Down
6 changes: 3 additions & 3 deletions ips/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.gitlab.com/cmmarslender/kubectl-helm:v3 as kubectl-helm
FROM hashicorp/packer:latest as packer
FROM hashicorp/terraform:latest as terraform
FROM registry.gitlab.com/cmmarslender/kubectl-helm:v3 AS kubectl-helm
FROM hashicorp/packer:latest AS packer
FROM hashicorp/terraform:latest AS terraform
FROM alpine:latest

ENV PACKER_PLUGIN_PATH="/packer-plugins"
Expand Down

0 comments on commit 0cee54d

Please sign in to comment.