Skip to content

Commit

Permalink
Merge pull request #1148 from CDCgov/docker-update-deps
Browse files Browse the repository at this point in the history
Update Outdated Dependencies in our Docker Image
  • Loading branch information
halprin authored Jun 19, 2024
2 parents 1020f37 + f5c33de commit fcc76d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Use Linux-Alpine image
FROM amazoncorretto:17.0.11-alpine

RUN apk -U upgrade

ARG JAR_LIB_FILE=./app/build/libs/app-all.jar

# Create directory and switch to it
Expand Down
2 changes: 1 addition & 1 deletion ig/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3.20.0
RUN apk update && apk add bash curl openjdk17 ruby-dev ruby-bundler ruby-jekyll npm git msttcorefonts-installer fontconfig && update-ms-fonts
RUN apk -U upgrade && apk update && apk add bash curl openjdk17 ruby-dev ruby-bundler ruby-jekyll npm git msttcorefonts-installer fontconfig && update-ms-fonts
RUN cp `find /usr/lib/ruby/gems/*/gems/jekyll-*/exe/jekyll` /usr/bin
RUN npm install -g fsh-sushi

Expand Down
2 changes: 1 addition & 1 deletion ig/Dockerfile-local-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3.20.0
RUN apk update && apk add bash curl openjdk17 ruby-dev ruby-bundler ruby-jekyll npm git msttcorefonts-installer fontconfig && update-ms-fonts
RUN apk -U upgrade && apk update && apk add bash curl openjdk17 ruby-dev ruby-bundler ruby-jekyll npm git msttcorefonts-installer fontconfig && update-ms-fonts
RUN cp `find /usr/lib/ruby/gems/*/gems/jekyll-*/exe/jekyll` /usr/bin
RUN npm install -g fsh-sushi

Expand Down

0 comments on commit fcc76d3

Please sign in to comment.