Skip to content

Commit

Permalink
Bump the docker-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the docker-dependencies group with 3 updates in the /services/ansibler directory: library/golang, library/alpine and alpine.


Updates `library/golang` from 1.23.1 to 1.23.2

Updates `library/alpine` from 3.16 to 3.20

Updates `alpine` from 3.16 to 3.20

---
updated-dependencies:
- dependency-name: library/golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-dependencies
- dependency-name: library/alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-dependencies
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 3224ebd commit 831e6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/ansibler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.1 AS go_builder
FROM docker.io/library/golang:1.23.2 AS go_builder

ARG TARGETARCH

Expand All @@ -21,7 +21,7 @@ WORKDIR /go/services/ansibler/server
RUN CGO_ENABLED=0 go build

# Ansible installation: https://github.com/cytopia/docker-ansible/blob/master/Dockerfiles/Dockerfile-base
FROM docker.io/library/alpine:3.16 AS ansible_builder
FROM docker.io/library/alpine:3.20 AS ansible_builder

# Install required packages, including Python3 and Ansible
RUN apk add --no-cache \
Expand All @@ -34,7 +34,7 @@ RUN apk add --no-cache \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& pip3 install --no-cache-dir ansible==10.1.0

FROM alpine:3.16
FROM alpine:3.20
#Add repository label
LABEL org.opencontainers.image.source "https://github.com/berops/claudie"
#Add image name as a label
Expand Down

0 comments on commit 831e6a4

Please sign in to comment.