Bump perl from 5.36 to 5.38 (#147)

Bumps perl from 5.36 to 5.38.

---
updated-dependencies:
- dependency-name: perl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-10 16:40:27 -03:00 committed by GitHub
parent 74c2fe430a
commit 2902df89ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM perl:5.36
FROM perl:5.38
COPY . /usr/src/nipe
WORKDIR /usr/src/nipe