Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 81b8bd7 commit a0595b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN yes ${LIBCOD_MYSQL_TYPE} | ./doit.sh cod2_${COD2_VERSION}
RUN mv bin/libcod2_${COD2_VERSION}.so /lib/libcod2_${COD2_VERSION}.so

Check failure on line 38 in Dockerfile

View workflow job for this annotation

GitHub Actions / lint

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.

Check failure on line 38 in Dockerfile

View workflow job for this annotation

GitHub Actions / lint

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.

# Runtime stage
FROM alpine:3.16.0
FROM alpine:3.18.5
ARG COD2_VERSION
LABEL maintainer='bgauduch@github'

Expand Down

0 comments on commit a0595b2

Please sign in to comment.